File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
docker/host-x86_64/x86_64-rust-for-linux Expand file tree Collapse file tree 2 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments