File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ci/docker/host-x86_64/mingw-check Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
40
40
41
41
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
42
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 && \
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 && \
45
45
python3 ../x.py test --stage 0 src/tools/compiletest && \
46
46
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
47
47
# Build both public and internal documentation.
You can’t perform that action at this time.
0 commit comments