diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-02-11 12:55:34 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-02-17 12:27:41 +0100 |
| commit | 4f0141f6652058f03d76f3ff6195bc4bce13c2a0 (patch) | |
| tree | a5ba3c7114627d1b70011286825e3326b9e01e6a /src/ci/github-actions | |
| parent | dcc3d0fac937e80309e88473b8693a1b07b4cc1a (diff) | |
| download | rust-4f0141f6652058f03d76f3ff6195bc4bce13c2a0.tar.gz rust-4f0141f6652058f03d76f3ff6195bc4bce13c2a0.zip | |
Add missing base-job directive
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 64e64867de2..bbcc01a0c29 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -51,9 +51,11 @@ runners: # Free some disk space to avoid running out of space during the build. free_disk: true os: ubuntu-24.04-arm + <<: *base-job - &job-aarch64-linux-8c os: ubuntu-22.04-arm64-8core-32gb + <<: *base-job envs: env-x86_64-apple-tests: &env-x86_64-apple-tests SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact |
