Skip to content

Commit

Permalink
Auto merge of rust-lang#133256 - MarcoIeni:use-linux-free-runners, r=…
Browse files Browse the repository at this point in the history
…<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
  • Loading branch information
bors committed Nov 20, 2024
2 parents bfe809d + d7063fd commit 25f24b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ auto:
<<: *job-linux-4c

- image: dist-arm-linux
<<: *job-linux-8c
<<: *job-linux-4c

- image: dist-armhf-linux
<<: *job-linux-4c
Expand Down Expand Up @@ -213,10 +213,10 @@ auto:
<<: *job-linux-4c

- image: i686-gnu
<<: *job-linux-8c
<<: *job-linux-4c

- image: i686-gnu-nopt
<<: *job-linux-8c
<<: *job-linux-4c

- image: mingw-check
<<: *job-linux-4c
Expand All @@ -229,7 +229,7 @@ auto:
# nightly features to compile, and this job would fail if
# executed on beta and stable.
only_on_channel: nightly
<<: *job-linux-8c
<<: *job-linux-4c

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

- image: x86_64-gnu-distcheck
<<: *job-linux-8c
<<: *job-linux-4c

- image: x86_64-gnu-llvm-19
env:
Expand Down

0 comments on commit 25f24b9

Please sign in to comment.