File tree 1 file changed +1
-5
lines changed
src/ci/docker/host-x86_64/mingw-check
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,9 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
40
40
41
41
ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
42
42
43
- # Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings
44
- # though.
45
- # Ideally we'd use stage 1, but that ICEs: https://github.com/rust-lang/rust-clippy/issues/11230
46
-
47
43
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
48
44
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
49
- python3 ../x.py clippy --stage 0 -Awarnings && \
45
+ python3 ../x.py clippy compiler -Aclippy::all -Dclippy::correctness && \
50
46
python3 ../x.py build --stage 0 src/tools/build-manifest && \
51
47
python3 ../x.py test --stage 0 src/tools/compiletest && \
52
48
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
You can’t perform that action at this time.
0 commit comments