Skip to content

Commit d5dd0aa

Browse files
committed
verbose bootstrap clippy
1 parent 096277e commit d5dd0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/mingw-check/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ENV SCRIPT \
5050
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 && \
5151
/scripts/check-default-config-profiles.sh && \
5252
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
53-
python3 ../x.py clippy bootstrap -Dwarnings && \
53+
python3 ../x.py clippy bootstrap -Dwarnings -v && \
5454
python3 ../x.py clippy library -Aclippy::all -Dclippy::correctness && \
5555
python3 ../x.py clippy compiler -Aclippy::all -Dclippy::correctness -Dclippy::clone_on_ref_ptr && \
5656
python3 ../x.py build --stage 0 src/tools/build-manifest && \

0 commit comments

Comments
 (0)