Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 772105b

Browse files
authored
Merge pull request #5816 from kata-containers/protoc
CI: Install protobuf-compiler in the ci environment
2 parents 1a82d2f + 217dfee commit 772105b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/jenkins_job_build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ run_unit_test() {
231231
sudo -E INSTALL_IN_GOPATH=false ./ci/install_yq.sh
232232
echo "Install clang"
233233
sudo -E apt-get install -y clang
234+
echo "Install protobuf-compiler"
235+
sudo -E apt-get install -y protobuf-compiler
234236
echo "Installing libseccomp library from sources"
235237
libseccomp_install_dir=$(mktemp -d -t libseccomp.XXXXXXXXXX)
236238
gperf_install_dir=$(mktemp -d -t gperf.XXXXXXXXXX)

0 commit comments

Comments
 (0)