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

CI: Install protobuf-compiler in the ci environment #5816

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading