Skip to content

Commit

Permalink
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-…
Browse files Browse the repository at this point in the history
…Simulacrum

Check compiler docs in PR CI

Fixes #106624
  • Loading branch information
Yuki Okushi committed Jan 14, 2023
2 parents b6b4429 + 1300c8d commit 233169f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ci/docker/host-x86_64/mingw-check/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
python3 ../x.py test --stage 0 src/tools/compiletest && \
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
# Build both public and internal documentation.
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 compiler && \
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library/test && \
/scripts/validate-toolstate.sh && \
/scripts/validate-error-codes.sh && \
Expand Down

0 comments on commit 233169f

Please sign in to comment.