We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15813cf commit 001bceeCopy full SHA for 001bcee
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -40,8 +40,8 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
40
41
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
42
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 && \
+ python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
+ python3 ../x.py build --stage 0 src/tools/build-manifest && \
45
python3 ../x.py test --stage 0 src/tools/compiletest && \
46
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
47
# Build both public and internal documentation.
0 commit comments