Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f4ba607

Browse files
committed
reorganize mingw-check calls
Signed-off-by: onur-ozkan <[email protected]>
1 parent d1f39fe commit f4ba607

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/ci/docker/host-x86_64/mingw-check/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,18 @@ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
4747
# We disable optimized compiler built-ins because that requires a C toolchain for the target.
4848
# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
4949
ENV SCRIPT \
50-
python3 ../x.py check --stage 1 --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 && \
5150
/scripts/check-default-config-profiles.sh && \
5251
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
53-
python3 ../x.py clippy ci && \
5452
python3 ../x.py build --stage 0 src/tools/build-manifest && \
5553
python3 ../x.py test --stage 0 src/tools/compiletest && \
54+
python3 ../x.py clippy ci && \
55+
python3 ../x.py check --stage 1 --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 && \
5656
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
5757
# Build both public and internal documentation.
5858
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library && \
5959
mkdir -p /checkout/obj/staging/doc && \
6060
cp -r build/x86_64-unknown-linux-gnu/doc /checkout/obj/staging && \
61-
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 compiler && \
62-
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library/test && \
61+
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 compiler library/test && \
6362
/scripts/validate-toolstate.sh && \
6463
/scripts/validate-error-codes.sh && \
6564
reuse --include-submodules lint && \

0 commit comments

Comments
 (0)