]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/host-x86_64/mingw-check/Dockerfile
Rollup merge of #74872 - JohnTitor:ping-risc-v, r=Mark-Simulacrum
[rust.git] / src / ci / docker / host-x86_64 / mingw-check / Dockerfile
index e0607d298f4f4539a1da01cc103ff2bdf1e60be5..b902eda87bc6ec9bd3c2d7b6b23a129be73f3b31 100644 (file)
@@ -22,10 +22,10 @@ RUN sh /scripts/sccache.sh
 COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
 
 ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
-ENV SCRIPT python3 ../x.py test src/tools/expand-yaml-anchors && \
+ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
            python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
            python3 ../x.py build --stage 0 src/tools/build-manifest && \
            python3 ../x.py test --stage 0 src/tools/compiletest && \
-           python3 ../x.py test src/tools/tidy && \
-           python3 ../x.py doc --stage 0 src/libstd && \
+           python3 ../x.py test --stage 2 src/tools/tidy && \
+           python3 ../x.py doc --stage 0 library/std && \
            /scripts/validate-toolstate.sh