Skip to content

Commit

Permalink
Rollup merge of #127023 - Kobzol:ci-rfl-rename, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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
  • Loading branch information
matthiaskrgr committed Jun 30, 2024
2 parents fe1f83c + 64b3492 commit 0d99942
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ auto:
only_on_channel: nightly
<<: *job-linux-8c

# 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

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

Expand Down Expand Up @@ -465,8 +470,3 @@ auto:
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
SCRIPT: python x.py dist bootstrap --include-default-paths
<<: *job-windows-8c

# Tests integration with Rust for Linux.
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
- image: rfl
<<: *job-linux-8c

0 comments on commit 0d99942

Please sign in to comment.