diff options
| author | bors <bors@rust-lang.org> | 2024-04-17 09:08:55 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-17 09:08:55 +0000 |
| commit | 14701efcaf7db2406e4cbd54b4dcac632f830b87 (patch) | |
| tree | 66ea9a34daadc90de7f2a43fe186f19300365eb0 /src/ci/docker | |
| parent | 8ad72b24f3b7b09cd18ad21c8bf0876f23ec24fb (diff) | |
| parent | 2cb03ef7394bbcbdefea6dfb13a4d7c0458992fe (diff) | |
| download | rust-14701efcaf7db2406e4cbd54b4dcac632f830b87.tar.gz rust-14701efcaf7db2406e4cbd54b4dcac632f830b87.zip | |
Auto merge of #3479 - rust-lang:rustup-2024-04-17, r=RalfJung
Automatic Rustup
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 6918574814f..ae8dfadec73 100644 --- a/src/ci/docker/host-x86_64/mingw-check/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check/Dockerfile @@ -46,7 +46,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \ # We also skip the x86_64-unknown-linux-gnu target as it is well-tested by other jobs. python3 ../x.py check --stage 0 --set build.optimized-compiler-builtins=false core alloc std --target=aarch64-unknown-linux-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc && \ python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \ - python3 ../x.py clippy compiler -Aclippy::all -Dclippy::correctness && \ + python3 ../x.py clippy compiler library -Aclippy::all -Dclippy::correctness && \ python3 ../x.py build --stage 0 src/tools/build-manifest && \ python3 ../x.py test --stage 0 src/tools/compiletest && \ python3 ../x.py test --stage 0 core alloc std test proc_macro && \ |
