diff options
| author | Gimgim <93856041+gimbles@users.noreply.github.com> | 2022-07-08 17:03:26 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-08 17:03:26 +0530 |
| commit | f56fe9bb21e8c290052bfd5c30093eb24e6ee38d (patch) | |
| tree | 63bd273ee63c23274682648caae5c28cbe3577be /src/ci/docker | |
| parent | 1af1c773149f144f7a3a0e926f0885a94a3c892d (diff) | |
| download | rust-f56fe9bb21e8c290052bfd5c30093eb24e6ee38d.tar.gz rust-f56fe9bb21e8c290052bfd5c30093eb24e6ee38d.zip | |
Update src/ci/docker/host-x86_64/mingw-check/Dockerfile
Co-authored-by: Joshua Nelson <github@jyn.dev>
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 b2318aa640f..9ee84f420b9 100644 --- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile @@ -36,7 +36,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 test --stage 0 library/std && \ + python3 ../x.py test --stage 0 core alloc std test proc_macro && \ python3 ../x.py doc --stage 0 library/test && \ /scripts/validate-toolstate.sh && \ /scripts/validate-error-codes.sh && \ |
