build: do not cache clippy binaries in integration tests
We rebuild clippy anyway.
This commit is contained in:
parent
e2104d1e2e
commit
55c3a3b282
@ -13,8 +13,8 @@ cache:
|
||||
- $HOME/.cargo
|
||||
before_cache:
|
||||
- cargo install -Z install-upgrade cargo-cache --debug
|
||||
- cargo cache --autoclean
|
||||
- find $HOME/.cargo/bin/ ! -type d -exec strip {} \;
|
||||
- cargo cache --autoclean
|
||||
|
||||
env:
|
||||
global:
|
||||
|
@ -28,6 +28,7 @@ cargo clippy \
|
||||
-W clippy::nursery \
|
||||
> clippy_output 2>&1 || true
|
||||
|
||||
cargo uninstall clippy
|
||||
cat clippy_output
|
||||
|
||||
if grep -q "internal compiler error\|query stack during panic\|E0463" clippy_output; then
|
||||
|
Loading…
Reference in New Issue
Block a user