diff options
| author | bors <bors@rust-lang.org> | 2024-06-27 08:03:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-06-27 08:03:17 +0000 |
| commit | b280af45f430d1efc85d7e4fcc4933d4ec9f94b2 (patch) | |
| tree | 8dd2cf6a454a8d2a3d3d3f456e7c36361eb9f09e /src/ci/docker | |
| parent | fc94ce216ede9f89a1032b13e2563ddba0ae4194 (diff) | |
| parent | 4cc16a53aeea6b82d05e665cb4bcbcddb1e2d7be (diff) | |
| download | rust-b280af45f430d1efc85d7e4fcc4933d4ec9f94b2.tar.gz rust-b280af45f430d1efc85d7e4fcc4933d4ec9f94b2.zip | |
Auto merge of #3713 - rust-lang:rustup-2024-06-27, r=RalfJung
Automatic Rustup
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile b/src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile index 0a49eab4d50..cb17592b201 100644 --- a/src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile +++ b/src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile @@ -35,4 +35,4 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/ # NOTE: intentionally uses python2 for x.py so we can test it still works. # validate-toolstate only runs in our CI, so it's ok for it to only support python3. ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \ - --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint + --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt |
