From f237050f0043b098ba9cc25b6ee946d25f7195c5 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 12 Apr 2026 06:22:15 -0300 Subject: [PATCH] lesavka/ci: install clippy in Jenkins bootstrap --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 77abaa9..5b3efb5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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