Skip to content

Commit bf6a623

Browse files
committed
XXX: Enable lto and use correct runners
1 parent 67fec42 commit bf6a623

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/release-binaries-all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ jobs:
8888
# We use ubuntu-22.04 rather than the latest version to make the built
8989
# binaries more portable (eg functional aginast older glibc).
9090
runs-on:
91+
- ubuntu-22.04
92+
- ubuntu-22.04-arm
93+
- macos-13
94+
- macos-14
9195
- windows-2022
9296

9397
uses: ./.github/workflows/release-binaries.yml

.github/workflows/release-binaries.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@ jobs:
158158
159159
build_flang="true"
160160
161-
if [ "$RUNNER_OS" = "Windows" ]; then
161+
#if [ "$RUNNER_OS" = "Windows" ]; then
162162
# The build times out on Windows, so we need to disable LTO.
163-
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
164-
fi
163+
#target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
164+
#fi
165165
166166
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
167167
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
168168
case "${{ inputs.runs-on }}" in
169169
ubuntu-22.04*|windows-2022)
170-
build_runs_on="depot-${{ inputs.runs-on }}-64"
170+
build_runs_on="depot-${{ inputs.runs-on }}-16"
171171
test_runs_on=$build_runs_on
172172
;;
173173
macos-13)

0 commit comments

Comments
 (0)