diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2025-01-25 05:11:28 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2025-01-25 05:11:28 +0000 |
| commit | c9502079ed12d35de139416cd8e67e43b0b5bfd8 (patch) | |
| tree | 6a131fb160b1ad071bb1a0c30add05ae64b48ebd /src/ci/github-actions | |
| parent | 99d29633863bbabe2cf516fac126365d73fca026 (diff) | |
| parent | 83c09ff3bd5a390bc7f4968e4e570744d11d4663 (diff) | |
| download | rust-c9502079ed12d35de139416cd8e67e43b0b5bfd8.tar.gz rust-c9502079ed12d35de139416cd8e67e43b0b5bfd8.zip | |
Merge from rustc
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 5e95e3721df..7730d29d28f 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -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 @@ -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 |
