Skip to content

Commit a3b3576

Browse files
committed
Update doc CI steps stage 2
As they were previously.
1 parent bd620c9 commit a3b3576

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ci/docker/host-x86_64/pr-check-2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ ENV SCRIPT \
3333
python3 ../x.py test --stage 1 src/tools/compiletest && \
3434
python3 ../x.py doc bootstrap && \
3535
# Build both public and internal documentation.
36-
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc compiler && \
37-
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc library && \
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 && \
3838
mkdir -p /checkout/obj/staging/doc && \
3939
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 && \
40+
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc library/test --stage 2 && \
4141
# The BOOTSTRAP_TRACING flag is added to verify whether the
4242
# bootstrap process compiles successfully with this flag enabled.
4343
BOOTSTRAP_TRACING=1 python3 ../x.py --help

0 commit comments

Comments
 (0)