diff options
| author | bors <bors@rust-lang.org> | 2021-05-15 17:37:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-05-15 17:37:18 +0000 |
| commit | 50f2bf6a5751751ea27a8fd5577d5bdd37236669 (patch) | |
| tree | b9e3ee4bc29f401da340848433af5f4d0765385b /src/ci/docker | |
| parent | eac3c7c5bd38ec38062ebde475bd2ea6317d0c09 (diff) | |
| parent | 8ea8252ca5e64626e11afed535d6c4bfd83fe218 (diff) | |
| download | rust-50f2bf6a5751751ea27a8fd5577d5bdd37236669.tar.gz rust-50f2bf6a5751751ea27a8fd5577d5bdd37236669.zip | |
Auto merge of #85335 - GuillaumeGomez:rollup-0tvc14g, r=GuillaumeGomez
Rollup of 4 pull requests Successful merges: - #84751 (str::is_char_boundary - slight optimization) - #85185 (Generate not more docs than necessary) - #85324 (Warn about unused `pub` fields in non-`pub` structs) - #85329 (fix version_str comment) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/ci/docker')
| -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 |
