Skip to content

Commit

Permalink
Merge pull request kata-containers#5816 from kata-containers/protoc
Browse files Browse the repository at this point in the history
CI: Install protobuf-compiler in the ci environment
  • Loading branch information
ChengyuZhu6 authored Mar 7, 2024
2 parents 1a82d2f + 217dfee commit 772105b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/jenkins_job_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ run_unit_test() {
sudo -E INSTALL_IN_GOPATH=false ./ci/install_yq.sh
echo "Install clang"
sudo -E apt-get install -y clang
echo "Install protobuf-compiler"
sudo -E apt-get install -y protobuf-compiler
echo "Installing libseccomp library from sources"
libseccomp_install_dir=$(mktemp -d -t libseccomp.XXXXXXXXXX)
gperf_install_dir=$(mktemp -d -t gperf.XXXXXXXXXX)
Expand Down

0 comments on commit 772105b

Please sign in to comment.