We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check
mingw-check-1
1 parent 04a3369 commit 22fb548Copy full SHA for 22fb548
src/ci/docker/host-x86_64/mingw-check-1/Dockerfile
@@ -48,7 +48,7 @@ ENV SCRIPT \
48
python3 ../x.py build src/tools/build-manifest && \
49
python3 ../x.py test --stage 0 src/tools/compiletest && \
50
python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
51
- python3 ../x.py check --stage 1 --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
+ python3 ../x.py check --stage 2 --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
52
python3 ../x.py check --set build.optimized-compiler-builtins=false core alloc std --target=aarch64-unknown-linux-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc && \
53
/scripts/validate-toolstate.sh && \
54
reuse --include-submodules lint && \
0 commit comments