Skip to content

Commit 2532ef4

Browse files
authored
Rollup merge of #135878 - marcoieni:dist-aarch64-linux-8c, r=Kobzol
ci: use 8 core arm runner for dist-aarch64-linux try-job: dist-aarch64-linux
2 parents ec50812 + eb3b3fe commit 2532ef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/github-actions/jobs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ runners:
5252
free_disk: true
5353
os: ubuntu-22.04-arm
5454

55+
- &job-aarch64-linux-8c
56+
os: ubuntu-22.04-arm64-8core-32gb
5557
envs:
5658
env-x86_64-apple-tests: &env-x86_64-apple-tests
5759
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
@@ -144,7 +146,7 @@ auto:
144146
- name: dist-aarch64-linux
145147
env:
146148
CODEGEN_BACKENDS: llvm,cranelift
147-
<<: *job-aarch64-linux
149+
<<: *job-aarch64-linux-8c
148150

149151
- name: dist-android
150152
<<: *job-linux-4c

0 commit comments

Comments
 (0)