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