@@ -47,19 +47,19 @@ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
47
47
# We disable optimized compiler built-ins because that requires a C toolchain for the target.
48
48
# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
49
49
ENV SCRIPT \
50
- 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 && \
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 && \
51
51
/scripts/check-default-config-profiles.sh && \
52
52
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
53
53
python3 ../x.py clippy ci && \
54
54
python3 ../x.py build --stage 0 src/tools/build-manifest && \
55
55
python3 ../x.py test --stage 0 src/tools/compiletest && \
56
- python3 ../x.py test --stage 0 core alloc std test proc_macro && \
56
+ python3 ../x.py test --stage 1 core alloc std test proc_macro && \
57
57
# Build both public and internal documentation.
58
- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library && \
58
+ RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library && \
59
59
mkdir -p /checkout/obj/staging/doc && \
60
60
cp -r build/x86_64-unknown-linux-gnu/doc /checkout/obj/staging && \
61
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 0 library/test && \
62
+ RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library/test && \
63
63
/scripts/validate-toolstate.sh && \
64
64
/scripts/validate-error-codes.sh && \
65
65
reuse --include-submodules lint && \
0 commit comments