Skip to content

Commit 472c50c

Browse files
committed
test stage 1 library on CI
Signed-off-by: onur-ozkan <[email protected]>
1 parent 6bf9288 commit 472c50c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ci/docker/host-x86_64/i686-gnu-nopt/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ RUN echo "[rust]" > /config/nopt-std-config.toml
2727
RUN echo "optimize = false" >> /config/nopt-std-config.toml
2828

2929
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 \
3131
&& python3 ../x.py --stage 2 test

src/ci/docker/host-x86_64/mingw-check/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
4949
python3 ../x.py clippy --stage 0 -Awarnings && \
5050
python3 ../x.py build --stage 0 src/tools/build-manifest && \
5151
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 && \
5353
# Build both public and internal documentation.
5454
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library && \
5555
mkdir -p /checkout/obj/staging/doc && \

src/ci/docker/host-x86_64/x86_64-gnu-nopt/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ RUN echo "optimize = false" >> /config/nopt-std-config.toml
2929
ENV 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

0 commit comments

Comments
 (0)