File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/ci/docker/host-x86_64/mingw-check Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ ENV SCRIPT \
51
51
/scripts/check-default-config-profiles.sh && \
52
52
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
53
53
python3 ../x.py clippy bootstrap -Dwarnings && \
54
- python3 ../x.py clippy compiler library -Aclippy::all -Dclippy::correctness && \
54
+ python3 ../x.py clippy library -Aclippy::all -Dclippy::correctness && \
55
+ python3 ../x.py clippy compiler -Aclippy::all -Dclippy::correctness -Dclippy::clone_on_ref_ptr && \
55
56
python3 ../x.py build --stage 0 src/tools/build-manifest && \
56
57
python3 ../x.py test --stage 0 src/tools/compiletest && \
57
58
python3 ../x.py test --stage 0 core alloc std test proc_macro && \
You can’t perform that action at this time.
0 commit comments