We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3dc34 commit 34884afCopy full SHA for 34884af
.github/workflows/release-binaries.yml
@@ -135,7 +135,7 @@ jobs:
135
# add extra CMake args to disable them.
136
# See https://github.com/llvm/llvm-project/issues/99767
137
if [ "$RUNNER_OS" = "macOS" ]; then
138
- target_cmake_flags="$target_cmake_flags -DCOMPILER_RT_ENABLE_IOS=OFF -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF -DBOOTSTRAP_BOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"
+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"
139
if [ "$RUNNER_ARCH" = "ARM64" ]; then
140
arches=arm64
141
else
0 commit comments