File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/ci/docker/host-x86_64/mingw-check-2 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ COPY scripts/sccache.sh /scripts/
27
27
RUN sh /scripts/sccache.sh
28
28
29
29
ENV SCRIPT \
30
- # The BOOTSTRAP_TRACING flag is added to verify whether the
31
- # bootstrap process compiles successfully with this flag enabled.
32
- BOOTSTRAP_TRACING=1 python3 ../x.py check && \
30
+ python3 ../x.py check && \
33
31
python3 ../x.py clippy ci && \
34
32
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
35
33
python3 ../x.py doc --stage 0 bootstrap && \
@@ -38,4 +36,7 @@ ENV SCRIPT \
38
36
RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library && \
39
37
mkdir -p /checkout/obj/staging/doc && \
40
38
cp -r build/x86_64-unknown-linux-gnu/doc /checkout/obj/staging && \
41
- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library/test
39
+ RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library/test && \
40
+ # The BOOTSTRAP_TRACING flag is added to verify whether the
41
+ # bootstrap process compiles successfully with this flag enabled.
42
+ BOOTSTRAP_TRACING=1 python3 ../x.py --help
You can’t perform that action at this time.
0 commit comments