about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authoryukang <moorekang@gmail.com>2023-02-24 22:51:25 +0000
committeryukang <moorekang@gmail.com>2023-02-25 03:11:38 +0000
commit001bceeb1ecd1239031a5c7ff711106b2b1c54cc (patch)
tree1312de9dccfff2a53611b8045eae246db7496f9b /src/ci/docker
parent15813cf6466ed4d7d546b2f08e9521dfe496ef53 (diff)
downloadrust-001bceeb1ecd1239031a5c7ff711106b2b1c54cc.tar.gz
rust-001bceeb1ecd1239031a5c7ff711106b2b1c54cc.zip
check is default to all targets now
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/mingw-check/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check/Dockerfile b/src/ci/docker/host-x86_64/mingw-check/Dockerfile
index a7220710830..98bd90210d6 100644
--- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile
+++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -40,8 +40,8 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
 
 ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
 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 --all-targets && \
-           python3 ../x.py build --stage 0 src/tools/build-manifest library/std && \
+           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 --stage 0 core alloc std test proc_macro && \
            # Build both public and internal documentation.