about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev+love@gmail.com>2023-01-14 12:04:33 +0900
committerGitHub <noreply@github.com>2023-01-14 12:04:33 +0900
commit233169ff0adcd3a871f3695e230023ce68b4ba79 (patch)
treeb39b759900e1aced06e9413e97819921ae9d1b9b /src/ci/docker
parentb6b442906337e8df05334ea793690873bcf72d90 (diff)
parent1300c8d272e6b721077ec96b10aad0b42d376131 (diff)
downloadrust-233169ff0adcd3a871f3695e230023ce68b4ba79.tar.gz
rust-233169ff0adcd3a871f3695e230023ce68b4ba79.zip
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
Check compiler docs in PR CI

Fixes #106624
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/mingw-check/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check/Dockerfile b/src/ci/docker/host-x86_64/mingw-check/Dockerfile
index adf6bb4b377..d5bc76eeb23 100644
--- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile
+++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -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 && \