File tree Expand file tree Collapse file tree
.zuul/playbooks/containerd-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -368,6 +368,7 @@ jobs:
368368 env :
369369 RUNC_FLAVOR : ${{ matrix.runc }}
370370 run : |
371+ sudo apt-get install -y gperf
371372 sudo -E PATH=$PATH script/setup/install-seccomp
372373 sudo -E PATH=$PATH script/setup/install-runc
373374 sudo -E PATH=$PATH script/setup/install-cni
Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ jobs:
132132 RUNC_FLAVOR : runc
133133 run : |
134134 if [[ "${OS}" == "linux" ]]; then
135+ sudo apt-get update
136+ sudo apt-get install -y gperf
135137 sudo -E PATH=$PATH script/setup/install-seccomp
136138 fi
137139 make cri-cni-release
Original file line number Diff line number Diff line change 1111 set -xe
1212 set -o pipefail
1313 apt-get update
14- apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof
14+ apt-get install -y btrfs-tools libseccomp-dev git pkg-config lsof gperf
1515
1616 go version
1717 chdir : ' {{ zuul.project.src_dir }}'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set -eu -o pipefail
2222
2323set -x
2424
25- export SECCOMP_VERSION=2.3.3
25+ export SECCOMP_VERSION=2.5.1
2626export SECCOMP_PATH=$( mktemp -d)
2727curl -fsSL " https://github.com/seccomp/libseccomp/releases/download/v${SECCOMP_VERSION} /libseccomp-${SECCOMP_VERSION} .tar.gz" | tar -xzC " $SECCOMP_PATH " --strip-components=1
2828(
You can’t perform that action at this time.
0 commit comments