Rollup merge of #132396 - MarcoIeni:ci-use-free-runners-for-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
This commit is contained in:
commit
c9584b7a96
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ auto:
|
||||||
# Tests integration with Rust for Linux.
|
# Tests integration with Rust for Linux.
|
||||||
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
|
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
|
||||||
- image: x86_64-rust-for-linux
|
- image: x86_64-rust-for-linux
|
||||||
<<: *job-linux-8c
|
<<: *job-linux-4c
|
||||||
|
|
||||||
- image: x86_64-gnu
|
- image: x86_64-gnu
|
||||||
<<: *job-linux-4c
|
<<: *job-linux-4c
|
||||||
|
@ -280,7 +280,7 @@ auto:
|
||||||
- image: x86_64-gnu-tools
|
- image: x86_64-gnu-tools
|
||||||
env:
|
env:
|
||||||
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
|
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
|
||||||
<<: *job-linux-8c
|
<<: *job-linux-4c
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# macOS Builders #
|
# macOS Builders #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue