We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2975a21 + 64b3492 commit 9be95fbCopy full SHA for 9be95fb
src/ci/docker/host-x86_64/rfl/Dockerfile renamed to src/ci/docker/host-x86_64/x86_64-rust-for-linux/Dockerfile
src/ci/github-actions/jobs.yml
@@ -215,6 +215,11 @@ auto:
215
only_on_channel: nightly
216
<<: *job-linux-8c
217
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
+
223
- image: x86_64-gnu
224
<<: *job-linux-4c
225
@@ -465,8 +470,3 @@ auto:
465
470
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
466
471
SCRIPT: python x.py dist bootstrap --include-default-paths
467
472
<<: *job-windows-8c
468
-
469
- # 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 commit comments