Skip to content

Commit

Permalink
don't test stage1 clippy in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Nov 5, 2023
1 parent 1a0289e commit 0b807e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/x86_64-gnu-llvm-15/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b807e2

Please sign in to comment.