Skip to content

Commit

Permalink
Rollup merge of rust-lang#132396 - MarcoIeni:ci-use-free-runners-for-…
Browse files Browse the repository at this point in the history
…x86_64-gnu-tools-and-x86_64-rust-for-linux, r=Kobzol

CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux

try-job: x86_64-gnu-tools
try-job: x86_64-rust-for-linux
  • Loading branch information
matthiaskrgr authored Oct 31, 2024
2 parents bfc956e + 3036f4f commit c9584b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ auto:
# Tests integration with Rust for Linux.
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
- image: x86_64-rust-for-linux
<<: *job-linux-8c
<<: *job-linux-4c

- image: x86_64-gnu
<<: *job-linux-4c
Expand Down Expand Up @@ -280,7 +280,7 @@ auto:
- image: x86_64-gnu-tools
env:
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
<<: *job-linux-8c
<<: *job-linux-4c

####################
# macOS Builders #
Expand Down

0 comments on commit c9584b7

Please sign in to comment.