There was an error while loading. Please reload this page.
1 parent 4e7a845 commit 50eb865Copy full SHA for 50eb865
.github/workflows/release-binaries.yml
@@ -141,15 +141,12 @@ jobs:
141
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_ARCHS=$arches -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_BUILTIN_ARCHS=$arches"
142
fi
143
144
- build_flang="true"
145
-
146
if [ "$RUNNER_OS" = "Windows" ]; then
147
# The build times out on Windows, so we need to disable LTO.
148
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
149
150
151
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
152
- echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
153
case "${{ inputs.runs-on }}" in
154
ubuntu-22.04*)
155
build_runs_on="depot-${{ inputs.runs-on }}-16"
0 commit comments