File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ci/docker/host-x86_64/pr-check-2 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ ENV SCRIPT \
33
33
python3 ../x.py test --stage 1 src/tools/compiletest && \
34
34
python3 ../x.py doc bootstrap && \
35
35
# Build both public and internal documentation.
36
- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc compiler --stage 2 && \
37
- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc library --stage 2 && \
36
+ RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc compiler --stage 1 && \
37
+ RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc library --stage 1 && \
38
38
mkdir -p /checkout/obj/staging/doc && \
39
39
cp -r build/x86_64-unknown-linux-gnu/doc /checkout/obj/staging && \
40
- RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc library/test --stage 2 && \
40
+ RUSTDOCFLAGS=\" --document-private-items --document-hidden-items\" python3 ../x.py doc library/test --stage 1 && \
41
41
# The BOOTSTRAP_TRACING flag is added to verify whether the
42
42
# bootstrap process compiles successfully with this flag enabled.
43
43
BOOTSTRAP_TRACING=1 python3 ../x.py --help
You can’t perform that action at this time.
0 commit comments