ci: use 8 core arm runner for dist-aarch64-linux · rust-lang/rust@eb3b3fe (original) (raw)

Original file line number Diff line number Diff line change
@@ -50,6 +50,8 @@ runners:
50 50 - &job-aarch64-linux
51 51 os: ubuntu-22.04-arm
52 52
53 +- &job-aarch64-linux-8c
54 +os: ubuntu-22.04-arm64-8core-32gb
53 55 envs:
54 56 env-x86_64-apple-tests: &env-x86_64-apple-tests
55 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:
144 146 CODEGEN_BACKENDS: llvm,cranelift
145 -<<: *job-aarch64-linux
147 +<<: *job-aarch64-linux-8c
146 148
147 149 - name: dist-android
148 150 <<: *job-linux-4c