mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 00:16:30 +00:00
workflows/release-binaries: Fix macos-14 build (#127157)
This was broken when pgo was enabled by 0572580dd040a81dc69b798e202550d51d17204a.
This commit is contained in:
parent
922f339c4e
commit
d595d5a770
4
.github/workflows/release-binaries.yml
vendored
4
.github/workflows/release-binaries.yml
vendored
@ -133,13 +133,13 @@ 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_BOOTSTRAP_COMPILER_RT_ENABLE_IOS=OFF"
|
||||
if [ "$RUNNER_ARCH" = "ARM64" ]; then
|
||||
arches=arm64
|
||||
else
|
||||
arches=x86_64
|
||||
fi
|
||||
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_DARWIN_osx_ARCHS=$arches -DBOOTSTRAP_DARWIN_osx_BUILTIN_ARCHS=$arches"
|
||||
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_ARCHS=$arches -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_BUILTIN_ARCHS=$arches"
|
||||
fi
|
||||
|
||||
build_flang="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user