Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 940450a

Browse files
committedNov 21, 2024
Auto merge of rust-lang#133256 - MarcoIeni:use-linux-free-runners, r=<try>
CI: use free runners for 5 linux jobs try-job: dist-arm-linux try-job: i686-gnu try-job: i686-gnu-nopt try-job: x86_64-fuchsia try-job: x86_64-gnu-distcheck
2 parents 318f96a + 535184d commit 940450a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎src/ci/github-actions/jobs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ auto:
143143
<<: *job-linux-4c
144144

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

148148
- image: dist-armhf-linux
149149
<<: *job-linux-4c
@@ -213,10 +213,10 @@ auto:
213213
<<: *job-linux-4c
214214

215215
- image: i686-gnu
216-
<<: *job-linux-8c
216+
<<: *job-linux-4c
217217

218218
- image: i686-gnu-nopt
219-
<<: *job-linux-8c
219+
<<: *job-linux-4c
220220

221221
- image: mingw-check
222222
<<: *job-linux-4c
@@ -229,7 +229,7 @@ auto:
229229
# nightly features to compile, and this job would fail if
230230
# executed on beta and stable.
231231
only_on_channel: nightly
232-
<<: *job-linux-8c
232+
<<: *job-linux-4c-largedisk
233233

234234
# Tests integration with Rust for Linux.
235235
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
@@ -263,7 +263,7 @@ auto:
263263
<<: *job-linux-4c-largedisk
264264

265265
- image: x86_64-gnu-distcheck
266-
<<: *job-linux-8c
266+
<<: *job-linux-4c-largedisk
267267

268268
- image: x86_64-gnu-llvm-19
269269
env:

0 commit comments

Comments
 (0)
Failed to load comments.