We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f296163 commit bcab97cCopy full SHA for bcab97c
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -24,7 +24,7 @@ COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
24
25
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
26
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
27
- python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
+ python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu --all-targets && \
28
python3 ../x.py build --stage 0 src/tools/build-manifest && \
29
python3 ../x.py test --stage 0 src/tools/compiletest && \
30
python3 ../x.py test --stage 2 src/tools/tidy && \
0 commit comments