Skip to content

Commit ab1508a

Browse files
committed
Auto merge of rust-lang#133902 - Kobzol:ci-dist-arm-runner, r=<try>
CI: move `dist-arm-linux` to a free runner First, I want to test whether we could actually move this to a free runner, vs moving to the 8-core ARM runner. Fixes: rust-lang/infra-team#181 r? `@MarcoIeni` try-job: dist-arm-linux
2 parents 0e98766 + 28767a1 commit ab1508a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ci/github-actions/jobs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runners:
4343
os: windows-2022-16core-64gb
4444
<<: *base-job
4545

46-
- &job-aarch64-linux
46+
- &job-linux-8c-aarch64
4747
os: ubuntu-22.04-arm64-8core-32gb
4848

4949
envs:
@@ -123,10 +123,10 @@ auto:
123123
#############################
124124

125125
- image: aarch64-gnu
126-
<<: *job-aarch64-linux
126+
<<: *job-linux-8c-aarch64
127127

128128
- image: aarch64-gnu-debug
129-
<<: *job-aarch64-linux
129+
<<: *job-linux-8c-aarch64
130130

131131
- image: arm-android
132132
<<: *job-linux-4c
@@ -143,7 +143,7 @@ auto:
143143
<<: *job-linux-4c
144144

145145
- image: dist-arm-linux
146-
<<: *job-linux-8c
146+
<<: *job-linux-8c-aarch64
147147

148148
- image: dist-armhf-linux
149149
<<: *job-linux-4c

0 commit comments

Comments
 (0)