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

Commit

Permalink
CI: Install clang in the ci environments
Browse files Browse the repository at this point in the history
To test PR kata-containers/kata-containers#8484, the compilation process for the kata-agent relies on clang.
The unit tests failed on arm64:
    http://jenkins.katacontainers.io/job/kata-containers-2.0-ubuntu20.04-ARM-unit/3419/consoleFull

Fixes: #5813

Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
  • Loading branch information
ChengyuZhu6 committed Mar 7, 2024
1 parent 7e4ee91 commit 691c235
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 691c235

Please sign in to comment.