diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-10-04 11:45:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 11:45:10 +0900 |
| commit | 69f2cf5ad9f472facb25b6057d4f6fa05a2d3bab (patch) | |
| tree | e9e0ce9775b68d30686494b4ca98f4edd7f0af91 /src/ci/docker | |
| parent | 0ed4849a3e71f19c68d612b77bbe06c2d5b256c5 (diff) | |
| parent | eaa0186662b0a494b2536f75f9e2811b6aa8366b (diff) | |
| download | rust-69f2cf5ad9f472facb25b6057d4f6fa05a2d3bab.tar.gz rust-69f2cf5ad9f472facb25b6057d4f6fa05a2d3bab.zip | |
Rollup merge of #77473 - Mark-Simulacrum:check-limited, r=ecstatic-morse
Make --all-targets in x.py check opt-in In particular due to #76822, making this the default is currently suboptimal. r? @ecstatic-morse
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 8fc9a009dce..b2aa5844e47 100644 --- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile @@ -24,7 +24,7 @@ COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1 ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \ - python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \ + python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu --all-targets && \ 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 && \ |
