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.
1 parent 7de1a1f commit 141281aCopy full SHA for 141281a
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -46,6 +46,8 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
46
python3 ../x.py build --stage 0 src/tools/build-manifest && \
47
python3 ../x.py test --stage 0 src/tools/compiletest && \
48
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
49
+ # check all tier 1 targets
50
+ python3 ../x.py check --stage 0 --target=aarch64-unknown-linux-gnu,i686-pc-windows-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc,x86_64-unknown-linux-gnu && \
51
# Build both public and internal documentation.
52
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library && \
53
mkdir -p /checkout/obj/staging/doc && \
0 commit comments