Skip to content

Commit 001bcee

Browse files
committed
check is default to all targets now
1 parent 15813cf commit 001bcee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
4040

4141
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
4242
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
43-
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu --all-targets && \
44-
python3 ../x.py build --stage 0 src/tools/build-manifest library/std && \
43+
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
44+
python3 ../x.py build --stage 0 src/tools/build-manifest && \
4545
python3 ../x.py test --stage 0 src/tools/compiletest && \
4646
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
4747
# Build both public and internal documentation.

0 commit comments

Comments
 (0)