We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac0b2d commit f2abc7fCopy full SHA for f2abc7f
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -41,6 +41,8 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
41
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
42
43
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
44
+ # check library crates on all tier 1 targets
45
+ python3 ../x.py check --stage 0 --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 && \
46
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
47
python3 ../x.py clippy compiler -Aclippy::all -Dclippy::correctness && \
48
python3 ../x.py build --stage 0 src/tools/build-manifest && \
0 commit comments