Skip to content

Commit 64b3492

Browse files
committed
Rename Rust for Linux CI job to make its name clearer
1 parent be99243 commit 64b3492

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)