Skip to content

Commit 405055f

Browse files
committed
Add missing base-job directive
1 parent 08e8ff3 commit 405055f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ runners:
5151
# Free some disk space to avoid running out of space during the build.
5252
free_disk: true
5353
os: ubuntu-22.04-arm
54+
<<: *base-job
5455

5556
- &job-aarch64-linux-8c
5657
os: ubuntu-22.04-arm64-8core-32gb
58+
<<: *base-job
5759
envs:
5860
env-x86_64-apple-tests: &env-x86_64-apple-tests
5961
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact

0 commit comments

Comments
 (0)