Skip to content

Commit

Permalink
Auto merge of #135878 - marcoieni:dist-aarch64-linux-8c, r=<try>
Browse files Browse the repository at this point in the history
ci: use 8 core arm runner for dist-aarch64-linux

try-job: dist-aarch64-linux
  • Loading branch information
bors committed Jan 22, 2025
2 parents b2728d5 + eb3b3fe commit f26fbad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ runners:
- &job-aarch64-linux
os: ubuntu-22.04-arm

- &job-aarch64-linux-8c
os: ubuntu-22.04-arm64-8core-32gb
envs:
env-x86_64-apple-tests: &env-x86_64-apple-tests
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
Expand Down Expand Up @@ -142,7 +144,7 @@ auto:
- name: dist-aarch64-linux
env:
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-aarch64-linux
<<: *job-aarch64-linux-8c

- name: dist-android
<<: *job-linux-4c
Expand Down

0 comments on commit f26fbad

Please sign in to comment.