[clang] [llvm] workflows/release-binaries: Use static ZSTD on macOS (PR #109909)

Keith Smiley via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 28 09:12:01 PDT 2024


================
@@ -126,7 +126,7 @@ jobs:
         # add extra CMake args to disable them.
         # See https://github.com/llvm/llvm-project/issues/99767
         if [ "${{ runner.os }}" = "macOS" ]; then
-          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"
----------------
keith wrote:

thanks, trying it in Release.cmake, still scoped to only macOS (although I think there's a reasonable argument to do this on Linux as well)

https://github.com/llvm/llvm-project/pull/109909


More information about the cfe-commits mailing list