lesavka/ci: install clippy in Jenkins bootstrap

This commit is contained in:
Brad Stein 2026-04-12 06:22:15 -03:00
parent fcc8c45129
commit f237050f00

2
Jenkinsfile vendored
View File

@ -65,7 +65,7 @@ spec:
libssl-dev \
ca-certificates
rm -rf /var/lib/apt/lists/*
rustup component add rustfmt llvm-tools-preview
rustup component add rustfmt llvm-tools-preview clippy
if ! cargo llvm-cov --version >/dev/null 2>&1; then
cargo install --locked cargo-llvm-cov
fi