File tree 2 files changed +5
-5
lines changed
docker/host-x86_64/x86_64-rust-for-linux
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:
215
215
only_on_channel : nightly
216
216
<< : *job-linux-8c
217
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
+
218
223
- image : x86_64-gnu
219
224
<< : *job-linux-4c
220
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.
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