Skip to content

Commit 3d07cdd

Browse files
Test large runners for Linux x86_64 (#333)
Extend the nightly build-and-test workflow to run on both arm64 and x86_64 platforms. This change adds support for GitHub-hosted large runners targeting Linux x86_64, allowing us to validate toolchain builds across architectures. This is part of an evaluation of GitHub’s large runners for Linux workloads.
1 parent 79fa7b7 commit 3d07cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/atfe_nightly_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
include:
3232
- build_script: build.sh
3333
test_script: test.sh
34-
runner: ah-ubuntu_22_04-c7g_8x-100
34+
runner: ToolchainGroup_LargeRunner_Linux-x64
3535
- build_script: build_llvmlibc_overlay.sh
3636
test_script: ''
3737
runner: ah-ubuntu_22_04-c7g_8x-100

0 commit comments

Comments
 (0)