Skip to content

Commit a9679b9

Browse files
jyn514albertlarsan68
authored andcommitted
test x clippy --stage 1 in ci
1 parent 20fbc29 commit a9679b9

File tree

1 file changed

+3
-1
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-16

1 file changed

+3
-1
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-16/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ ENV SCRIPT ../x.py --stage 2 test --exclude src/tools/tidy && \
6161
# work.
6262
#
6363
../x.ps1 --stage 2 test tests/ui --pass=check \
64-
--host='' --target=i686-unknown-linux-gnu
64+
--host='' --target=i686-unknown-linux-gnu && \
65+
# Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings though.
66+
python3 ../x.py --stage 1 clippy -Awarnings

0 commit comments

Comments
 (0)