Skip to content

Commit 45c8c8c

Browse files
authored
Unrolled build for #142076
Rollup merge of #142076 - Kobzol:doc-bootstrap-ci, r=marcoieni Check documentation of bootstrap in PR CI It's annoying when wrong doc comments in bootstrap [break](#141272 (comment)) `auto` CI. This has happened a few times recently, and documenting bootstrap with the stage0 compiler should be pretty quick, so let's add it to PR CI. r? ``@marcoieni``
2 parents 1dc9ae6 + b1acf62 commit 45c8c8c

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)