Skip to content

Commit

Permalink
Merge pull request kata-containers#5814 from kata-containers/clang
Browse files Browse the repository at this point in the history
CI: Install clang in the ci environments
  • Loading branch information
stevenhorsman authored Mar 7, 2024
2 parents 7e4ee91 + 691c235 commit 1a82d2f
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 @@ -229,6 +229,8 @@ run_unit_test() {
pushd "${GOPATH}/src/${katacontainers_repo}"
echo "Installing yq"
sudo -E INSTALL_IN_GOPATH=false ./ci/install_yq.sh
echo "Install clang"
sudo -E apt-get install -y clang
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 1a82d2f

Please sign in to comment.