diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-06-07 07:05:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 07:05:47 +0200 |
| commit | 383df26eddf4e2bb6160d3f3e396f82dd175244a (patch) | |
| tree | 3dafe4a78693b5df2417ab4753d5c4d729043dd7 | |
| parent | cf7ffa1aec3c71eed1a50b3cbfafc0866889df42 (diff) | |
| parent | b1acf6217ab47227a7401d2305315adc014e0664 (diff) | |
| download | rust-383df26eddf4e2bb6160d3f3e396f82dd175244a.tar.gz rust-383df26eddf4e2bb6160d3f3e396f82dd175244a.zip | |
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](https://github.com/rust-lang/rust/pull/141272#issuecomment-2943614152) `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``
| -rw-r--r-- | src/ci/docker/host-x86_64/mingw-check-2/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile b/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile index 11a66a1c013..a1d04bd984c 100644 --- a/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check-2/Dockerfile @@ -30,6 +30,7 @@ ENV SCRIPT \ python3 ../x.py check && \ python3 ../x.py clippy ci && \ python3 ../x.py test --stage 1 core alloc std test proc_macro && \ + python3 ../x.py doc --stage 0 bootstrap && \ # 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 1 library && \ |
