Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: Fix issue #2670, support for extern(Objective-C) #4361

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Update on classVarRef

c09aae3
Select commit
Loading
Failed to load commit list.
Draft

DRAFT: Fix issue #2670, support for extern(Objective-C) #4361

Update on classVarRef
c09aae3
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Cirrus CI / FreeBSD 12.2 x64 failed Nov 1, 2023 in 2m 8s

Task Summary

Instruction build_bootstrap_ldc failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:03 clone
✅ 01:50 install_prerequisites
✅ 00:02 clone_submodules_early
❌ 00:01 build_bootstrap_ldc

cd $CIRRUS_WORKING_DIR/..
mkdir host-ldc
cd host-ldc
cmake -G Ninja $CIRRUS_WORKING_DIR \
  -DCMAKE_BUILD_TYPE=Release \
  -DD_COMPILER=$PWD/../pre-ldc/bin/ldmd2 \
  -DBUILD_SHARED_LIBS=OFF \
  -DBUILD_LTO_LIBS=ON
CMake Error at /usr/local/share/cmake/Modules/CMakeDetermineCCompiler.cmake:49 (message):
  Could not find compiler set in environment variable CC:

  clang90.
Call Stack (most recent call first):
  CMakeLists.txt:6 (project)


CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!