Skip to content

Commit c7d6857

Browse files
notriddlelolbinarycat
authored andcommitted
rustdoc: use same stage for all pr check docs
1 parent d0dc603 commit c7d6857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ENV SCRIPT \
3232
python3 ../x.py clippy ci --stage 2 && \
3333
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
3434
python3 ../x.py test --stage 1 src/tools/compiletest && \
35-
python3 ../x.py doc bootstrap && \
35+
python3 ../x.py doc bootstrap --stage 1 && \
3636
# Build both public and internal documentation.
3737
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc compiler --stage 1 && \
3838
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc library --stage 1 && \

0 commit comments

Comments
 (0)