We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096277e commit d5dd0aaCopy full SHA for d5dd0aa
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -50,7 +50,7 @@ ENV SCRIPT \
50
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 && \
51
/scripts/check-default-config-profiles.sh && \
52
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
53
- python3 ../x.py clippy bootstrap -Dwarnings && \
+ python3 ../x.py clippy bootstrap -Dwarnings -v && \
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 && \
56
python3 ../x.py build --stage 0 src/tools/build-manifest && \
0 commit comments