Skip to content

Commit db26041

Browse files
committed
Auto merge of #127023 - Kobzol:ci-rfl-rename, r=<try>
CI: rename Rust for Linux CI job The `rfl` name was not very [descriptive](https://rust-lang.zulipchat.com/#narrow/stream/242791-t-infra/topic/Testing.20Rust.20for.20Linux.20in.20our.20CI/near/447408854). try-job: x86_64-rust-for-linux
2 parents be99243 + 64b3492 commit db26041

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/ci/github-actions/jobs.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ auto:
215215
only_on_channel: nightly
216216
<<: *job-linux-8c
217217

218+
# Tests integration with Rust for Linux.
219+
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
220+
- image: x86_64-rust-for-linux
221+
<<: *job-linux-8c
222+
218223
- image: x86_64-gnu
219224
<<: *job-linux-4c
220225

@@ -465,8 +470,3 @@ auto:
465470
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
466471
SCRIPT: python x.py dist bootstrap --include-default-paths
467472
<<: *job-windows-8c
468-
469-
# Tests integration with Rust for Linux.
470-
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
471-
- image: rfl
472-
<<: *job-linux-8c

0 commit comments

Comments
 (0)