Skip to content

Commit b1acf62

Browse files
committed
Check documentation of bootstrap in PR CI
1 parent 81a964c commit b1acf62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ENV SCRIPT \
3030
python3 ../x.py check && \
3131
python3 ../x.py clippy ci && \
3232
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
33+
python3 ../x.py doc --stage 0 bootstrap && \
3334
# Build both public and internal documentation.
3435
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 compiler && \
3536
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 1 library && \

0 commit comments

Comments
 (0)