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 f178e51 commit 3e5ae57Copy full SHA for 3e5ae57
.github/workflows/release-binaries.yml
@@ -138,6 +138,11 @@ jobs:
138
arches=arm64
139
else
140
arches=x86_64
141
+ # Disable Flang builds on macOS x86_64. The FortranLower library takes
142
+ # 2-3 hours to build on macOS, much slower than on Linux.
143
+ # The long build time causes the release build to time out on x86_64,
144
+ # so we need to disable flang there.
145
+ target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PROJECTS='clang;lld;lldb;clang-tools-extra;bolt;polly;mlir'"
146
fi
147
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_ARCHS=$arches -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_BUILTIN_ARCHS=$arches"
148
0 commit comments