Skip to content

Commit dd1c760

Browse files
jyn514albertlarsan68
authored andcommitted
test x clippy --stage 1 in ci
1 parent 11756f7 commit dd1c760

File tree

1 file changed

+2
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-13

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,7 @@ ENV SCRIPT ../x.py --stage 2 test --exclude src/tools/tidy && \
6565
#
6666
../x.ps1 --stage 2 test tests/ui --pass=check \
6767
--host='' --target=i686-unknown-linux-gnu && \
68+
# Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings though.
69+
python3 ../x.py --stage 1 clippy -Awarnings && \
6870
# Run tidy at the very end, after all the other tests.
6971
python2.7 ../x.py --stage 2 test src/tools/tidy

0 commit comments

Comments
 (0)