We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec50812 + eb3b3fe commit 2532ef4Copy full SHA for 2532ef4
src/ci/github-actions/jobs.yml
@@ -52,6 +52,8 @@ runners:
52
free_disk: true
53
os: ubuntu-22.04-arm
54
55
+ - &job-aarch64-linux-8c
56
+ os: ubuntu-22.04-arm64-8core-32gb
57
envs:
58
env-x86_64-apple-tests: &env-x86_64-apple-tests
59
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
@@ -144,7 +146,7 @@ auto:
144
146
- name: dist-aarch64-linux
145
147
env:
148
CODEGEN_BACKENDS: llvm,cranelift
- <<: *job-aarch64-linux
149
+ <<: *job-aarch64-linux-8c
150
151
- name: dist-android
152
<<: *job-linux-4c
0 commit comments