@@ -45,20 +45,20 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
4545# We disable optimized compiler built-ins because that requires a C toolchain for the target.
4646# We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs.
4747ENV SCRIPT \
48- 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 && \
48+ 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 && \
4949 /scripts/check-default-config-profiles.sh && \
5050 python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
5151 python3 ../x.py check --target=x86_64-pc-windows-gnu --host=x86_64-pc-windows-gnu && \
5252 python3 ../x.py clippy ci && \
5353 python3 ../x.py build --stage 0 src/tools/build-manifest && \
5454 python3 ../x.py test --stage 0 src/tools/compiletest && \
55- python3 ../x.py test --stage 0 core alloc std test proc_macro && \
55+ python3 ../x.py test --stage 1 core alloc std test proc_macro && \
5656 # Build both public and internal documentation.
57- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library && \
57+ RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library && \
5858 mkdir -p /checkout/obj/staging/doc && \
5959 cp -r build/x86_64-unknown-linux-gnu/doc /checkout/obj/staging && \
6060 RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 compiler && \
61- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library/test && \
61+ RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library/test && \
6262 /scripts/validate-toolstate.sh && \
6363 /scripts/validate-error-codes.sh && \
6464 reuse --include-submodules lint && \
0 commit comments