From 0b807e29356efcdbe72781aaceea38b79561f8c4 Mon Sep 17 00:00:00 2001 From: jyn Date: Sat, 4 Nov 2023 21:07:44 -0400 Subject: [PATCH] don't test stage1 clippy in ci --- src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh index 503e497f7fc52..d08aa538762e2 100755 --- a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh +++ b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh @@ -50,5 +50,5 @@ fi # Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings # though. +# Ideally we'd use stage 1, but that ICEs: https://github.com/rust-lang/rust-clippy/issues/11230 ../x.py --stage 0 clippy -Awarnings -../x.py --stage 1 clippy -Awarnings