lesavka/ci: install protobuf-compiler in Jenkins bootstrap

This commit is contained in:
Brad Stein 2026-04-12 06:35:44 -03:00
parent 376109186d
commit c576f7e7b3

1
Jenkinsfile vendored
View File

@ -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