File tree 3 files changed +3
-3
lines changed
src/ci/docker/host-x86_64
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ RUN echo "[rust]" > /config/nopt-std-config.toml
27
27
RUN echo "optimize = false" >> /config/nopt-std-config.toml
28
28
29
29
ENV 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 \
31
31
&& python3 ../x.py --stage 2 test
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
49
49
python3 ../x.py clippy --stage 0 -Awarnings && \
50
50
python3 ../x.py build --stage 0 src/tools/build-manifest && \
51
51
python3 ../x.py test --stage 0 src/tools/compiletest && \
52
- python3 ../x.py test --stage 0 core alloc std test proc_macro && \
52
+ python3 ../x.py test --keep- stage 0 --stage 1 core alloc std test proc_macro && \
53
53
# Build both public and internal documentation.
54
54
RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library && \
55
55
mkdir -p /checkout/obj/staging/doc && \
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ RUN echo "optimize = false" >> /config/nopt-std-config.toml
29
29
ENV RUST_CONFIGURE_ARGS --build=x86_64-unknown-linux-gnu \
30
30
--disable-optimize-tests \
31
31
--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 \
33
33
&& python3 ../x.py --stage 2 test
You can’t perform that action at this time.
0 commit comments