Skip to content

Commit 0b807e2

Browse files
committed
don't test stage1 clippy in ci
1 parent 1a0289e commit 0b807e2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ fi
5050

5151
# Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings
5252
# though.
53+
# Ideally we'd use stage 1, but that ICEs: https://github.com/rust-lang/rust-clippy/issues/11230
5354
../x.py --stage 0 clippy -Awarnings
54-
../x.py --stage 1 clippy -Awarnings

0 commit comments

Comments
 (0)