We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f586b1e commit dd5b383Copy full SHA for dd5b383
.github/workflows/release-binaries.yml
@@ -126,7 +126,7 @@ jobs:
126
# add extra CMake args to disable them.
127
# See https://github.com/llvm/llvm-project/issues/99767
128
if [ "${{ runner.os }}" = "macOS" ]; then
129
- target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"
+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF -DLLVM_USE_STATIC_ZSTD=ON"
130
if [ "${{ runner.arch }}" = "ARM64" ]; then
131
arches=arm64
132
else
0 commit comments