Skip to content

Commit

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

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

try-job: dist-aarch64-linux
  • Loading branch information
rust-timer authored Jan 24, 2025
2 parents 1c9837d + eb3b3fe commit 3506333
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 3506333

Please sign in to comment.