Skip to content

Commit e773677

Browse files
committed
fix: use larger arm64 runners (ubuntu-24.04-arm-4) for LTO builds
1 parent 7038260 commit e773677

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-reusable.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ jobs:
168168
RELEASE_FLAGS: "-O3 -DNDEBUG=1"
169169
- lto_flag: ""
170170
label: bun-webkit-linux-arm64-debug
171-
os: ubuntu-24.04-arm
171+
os: ubuntu-24.04-arm-4
172172
package_json_arch: "arm64"
173173
CMAKE_BUILD_TYPE: "Debug"
174174
RELEASE_FLAGS: "-O3 -DNDEBUG=1"
175175
- lto_flag: ""
176176
label: bun-webkit-linux-arm64-debug-asan
177-
os: ubuntu-24.04-arm
177+
os: ubuntu-24.04-arm-4
178178
package_json_arch: "arm64"
179179
CMAKE_BUILD_TYPE: "Debug"
180180
RELEASE_FLAGS: "-O3 -DNDEBUG=1"
@@ -188,13 +188,13 @@ jobs:
188188
ENABLE_SANITIZERS: "address,undefined"
189189
- lto_flag: "-flto=full -fwhole-program-vtables -fforce-emit-vtables"
190190
label: bun-webkit-linux-arm64-lto
191-
os: ubuntu-24.04-arm
191+
os: ubuntu-24.04-arm-4
192192
package_json_arch: "arm64"
193193
CMAKE_BUILD_TYPE: "Release"
194194
RELEASE_FLAGS: "-O3 -DNDEBUG=1"
195195
- lto_flag: ""
196196
label: bun-webkit-linux-arm64
197-
os: ubuntu-24.04-arm
197+
os: ubuntu-24.04-arm-4
198198
package_json_arch: "arm64"
199199
CMAKE_BUILD_TYPE: "Release"
200200
RELEASE_FLAGS: "-O3 -DNDEBUG=1"
@@ -219,7 +219,7 @@ jobs:
219219
ENABLE_SANITIZERS: "address,undefined"
220220
- lto_flag: ""
221221
label: bun-webkit-linux-arm64-asan
222-
os: ubuntu-24.04-arm
222+
os: ubuntu-24.04-arm-4
223223
package_json_arch: "arm64"
224224
CMAKE_BUILD_TYPE: "Release"
225225
RELEASE_FLAGS: "-O3 -DNDEBUG=1"
@@ -370,17 +370,17 @@ jobs:
370370
CMAKE_BUILD_TYPE: "Debug"
371371
- lto_flag: ""
372372
label: bun-webkit-linux-arm64-musl-debug
373-
os: ubuntu-24.04-arm
373+
os: ubuntu-24.04-arm-4
374374
package_json_arch: "arm64"
375375
CMAKE_BUILD_TYPE: "Debug"
376376
- lto_flag: "-flto=full -fwhole-program-vtables -fforce-emit-vtables"
377377
label: bun-webkit-linux-arm64-musl-lto
378-
os: ubuntu-24.04-arm
378+
os: ubuntu-24.04-arm-4
379379
package_json_arch: "arm64"
380380
CMAKE_BUILD_TYPE: "MinSizeRel"
381381
- lto_flag: ""
382382
label: bun-webkit-linux-arm64-musl
383-
os: ubuntu-24.04-arm
383+
os: ubuntu-24.04-arm-4
384384
package_json_arch: "arm64"
385385
CMAKE_BUILD_TYPE: "MinSizeRel"
386386
- lto_flag: "-flto=full -fwhole-program-vtables -fforce-emit-vtables"

0 commit comments

Comments
 (0)