diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-05-15 17:56:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-15 17:56:48 +0200 |
| commit | f851f97e8734203a062eb6282fa6314401769c5d (patch) | |
| tree | 83cd4109ba44ba1ad79906b52baca06e118f512f /src/ci | |
| parent | 62b834fb9f3e18d54e56d12824a9fa1780a5fc9d (diff) | |
| parent | b9b67b7d5b3e50e319ad6ae3f38c4890570cc8a7 (diff) | |
| download | rust-f851f97e8734203a062eb6282fa6314401769c5d.tar.gz rust-f851f97e8734203a062eb6282fa6314401769c5d.zip | |
Rollup merge of #85185 - GuillaumeGomez:generate-not-more-docs-than-necessary, r=Mark-Simulacrum
Generate not more docs than necessary This is something that `@Nemo157` was talking about: they wanted that when using `x.py doc std`, it only generated `std` (and the crates "before" it). r? `@Mark-Simulacrum`
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/host-x86_64/mingw-check/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check/Dockerfile b/src/ci/docker/host-x86_64/mingw-check/Dockerfile index a9398649cf0..fd6dc563a0e 100644 --- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile @@ -34,7 +34,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \ python3 ../x.py build --stage 0 src/tools/build-manifest && \ python3 ../x.py test --stage 0 src/tools/compiletest && \ python3 ../x.py test --stage 2 src/tools/tidy && \ - python3 ../x.py doc --stage 0 library/std && \ + python3 ../x.py doc --stage 0 library/test && \ /scripts/validate-toolstate.sh && \ # Runs checks to ensure that there are no ES5 issues in our JS code. es-check es5 ../src/librustdoc/html/static/*.js |
