@@ -34,30 +34,21 @@ RUN npm install es-check@6.1.1 eslint@8.6.0 typescript@5.7.3 -g
3434COPY scripts/sccache.sh /scripts/
3535RUN sh /scripts/sccache.sh
3636
37- COPY host-x86_64/mingw-check/reuse-requirements.txt /tmp/
37+ COPY host-x86_64/mingw-check-1 /reuse-requirements.txt /tmp/
3838RUN pip3 install --no-deps --no-cache-dir --require-hashes -r /tmp/reuse-requirements.txt
3939
40- COPY host-x86_64/mingw-check/check-default-config-profiles.sh /scripts/
41- COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
42- COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
40+ COPY host-x86_64/mingw-check-1 /check-default-config-profiles.sh /scripts/
41+ COPY host-x86_64/mingw-check-1 /validate-toolstate.sh /scripts/
42+ COPY host-x86_64/mingw-check-1 /validate-error-codes.sh /scripts/
4343
4444# Check library crates on all tier 1 targets.
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 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 && \
4948 /scripts/check-default-config-profiles.sh && \
50- python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
51- python3 ../x.py clippy ci && \
5249 python3 ../x.py build --stage 0 src/tools/build-manifest && \
53- python3 ../x.py test --stage 0 src/tools/compiletest && \
54- python3 ../x.py test --stage 1 core alloc std test proc_macro && \
55- # Build both public and internal documentation.
56- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library && \
57- mkdir -p /checkout/obj/staging/doc && \
58- cp -r build/x86_64-unknown-linux-gnu/doc /checkout/obj/staging && \
59- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 compiler && \
60- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library/test && \
50+ python3 ../x.py check --stage 1 --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
51+ 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 && \
6152 /scripts/validate-toolstate.sh && \
6253 /scripts/validate-error-codes.sh && \
6354 reuse --include-submodules lint && \
0 commit comments