We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37005a1 commit c3cbfdcCopy full SHA for c3cbfdc
src/ci/github-actions/jobs.yml
@@ -51,9 +51,11 @@ runners:
51
# Free some disk space to avoid running out of space during the build.
52
free_disk: true
53
os: ubuntu-22.04-arm
54
+ <<: *base-job
55
56
- &job-aarch64-linux-8c
57
os: ubuntu-22.04-arm64-8core-32gb
58
59
envs:
60
env-x86_64-apple-tests: &env-x86_64-apple-tests
61
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
0 commit comments