From c576f7e7b39dabcb06e094e95b1898d03ab72751 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 12 Apr 2026 06:35:44 -0300 Subject: [PATCH] lesavka/ci: install protobuf-compiler in Jenkins bootstrap --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0626790..98ac03e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,6 +66,7 @@ spec: ca-certificates \ libgstreamer1.0-dev \ libgstreamer-plugins-base1.0-dev + protobuf-compiler rm -rf /var/lib/apt/lists/* rustup component add rustfmt llvm-tools-preview clippy if ! cargo llvm-cov --version >/dev/null 2>&1; then