Skip to content

Commit

Permalink
Rollup merge of rust-lang#135878 - marcoieni:dist-aarch64-linux-8c, r…
Browse files Browse the repository at this point in the history
…=Kobzol

ci: use 8 core arm runner for dist-aarch64-linux

try-job: dist-aarch64-linux
  • Loading branch information
jieyouxu authored Jan 23, 2025
2 parents 94825ad + eb3b3fe commit 84f14f1
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 84f14f1

Please sign in to comment.