File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 # add extra CMake args to disable them.
127127 # See https://github.com/llvm/llvm-project/issues/99767
128128 if [ "${{ runner.os }}" = "macOS" ]; then
129- target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF -DLLVM_USE_STATIC_ZSTD=ON "
129+ target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"
130130 if [ "${{ runner.arch }}" = "ARM64" ]; then
131131 arches=arm64
132132 else
Original file line number Diff line number Diff line change @@ -109,3 +109,6 @@ set_final_stage_var(LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS}" STRIN
109109set_final_stage_var(CPACK_GENERATOR "TXZ" STRING )
110110set_final_stage_var(CPACK_ARCHIVE_THREADS "0" STRING )
111111
112+ if (CMAKE_SYSTEM_NAME MATCHES "Darwin" )
113+ set_final_stage_var(LLVM_USE_STATIC_ZSTD "ON" BOOL )
114+ endif ()
You can’t perform that action at this time.
0 commit comments