File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ RUN echo "[rust]" > /config/nopt-std-config.toml
2727RUN echo "optimize = false" >> /config/nopt-std-config.toml
2828
2929ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
30- ENV SCRIPT python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std \
30+ ENV SCRIPT python3 ../x.py test --keep- stage 0 --stage 1 --config /config/nopt-std-config.toml library/std \
3131 && python3 ../x.py --stage 2 test
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ RUN echo "optimize = false" >> /config/nopt-std-config.toml
2929ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu \
3030 --disable-optimize-tests \
3131 --set rust.test-compare-mode
32- ENV SCRIPT python3 ../x.py test --stage 0 --config /config/nopt-std-config.toml library/std \
32+ ENV SCRIPT python3 ../x.py test --keep- stage 0 --stage 1 --config /config/nopt-std-config.toml library/std \
3333 && python3 ../x.py --stage 2 test
You can’t perform that action at this time.
0 commit comments