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

Commit

Permalink
ci: Ensure we have yq installed
Browse files Browse the repository at this point in the history
There was a recent change on the Kata Containers side that ended up
breaking our CI here as yq is not automagically installed anymore.

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Sep 18, 2023
1 parent 62afa00 commit 6bf08c8
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 @@ -227,6 +227,8 @@ run_unit_test() {
clone_katacontainers_repo

pushd "${GOPATH}/src/${katacontainers_repo}"
echo "Installing yq"
sudo -E INSTALL_IN_GOPATH=false ./ci/install_yq.sh
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 6bf08c8

Please sign in to comment.