Skip to content

Commit

Permalink
Rollup merge of #135878 - marcoieni:dist-aarch64-linux-8c, r=Kobzol
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
matthiaskrgr authored Jan 23, 2025
2 parents ec50812 + eb3b3fe commit 2532ef4
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 @@ -52,6 +52,8 @@ runners:
free_disk: true
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 @@ -144,7 +146,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 2532ef4

Please sign in to comment.