From fcc8c45129c2385a6e4b8d79a51f4046589e45f6 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 12 Apr 2026 06:16:18 -0300 Subject: [PATCH] lesavka/ci: install rustfmt and llvm tools in Jenkins bootstrap --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 6594cd4..77abaa9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,6 +65,7 @@ spec: libssl-dev \ ca-certificates rm -rf /var/lib/apt/lists/* + rustup component add rustfmt llvm-tools-preview if ! cargo llvm-cov --version >/dev/null 2>&1; then cargo install --locked cargo-llvm-cov fi