Skip to content

Commit 50eb865

Browse files
authored
workflows/release-binaries: Remove unused 'build_flang' variables (#164547)
1 parent 4e7a845 commit 50eb865

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,12 @@ jobs:
141141
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_ARCHS=$arches -DBOOTSTRAP_BOOTSTRAP_DARWIN_osx_BUILTIN_ARCHS=$arches"
142142
fi
143143
144-
build_flang="true"
145-
146144
if [ "$RUNNER_OS" = "Windows" ]; then
147145
# The build times out on Windows, so we need to disable LTO.
148146
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
149147
fi
150148
151149
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
152-
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
153150
case "${{ inputs.runs-on }}" in
154151
ubuntu-22.04*)
155152
build_runs_on="depot-${{ inputs.runs-on }}-16"

0 commit comments

Comments
 (0)