Skip to content

Commit b26ac3d

Browse files
committed
test x clippy --stage 1 in ci
1 parent e5c2af4 commit b26ac3d

File tree

1 file changed

+4
-0
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-15

1 file changed

+4
-0
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh

+4
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ fi
4747
# This is intended to make sure that both `--pass=check` continues to
4848
# work.
4949
../x.ps1 --stage 2 test tests/ui --pass=check --host='' --target=i686-unknown-linux-gnu
50+
51+
# Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings
52+
# though.
53+
../x.py --stage 1 clippy -Awarnings

0 commit comments

Comments
 (0)