mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-07 17:19:07 +08:00
vmtests: fix libc6 dependency and remove explicit libelf-dev install
Force libc6 dependency version. Drop explicit libelf-dev install command, as it should be pre-installed by Travis CI already, according to .travis.yaml. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
4ccc1f0b9f
commit
9e123fa5d2
@@ -17,7 +17,9 @@ travis_fold start install_clang "Installing Clang/LLVM"
|
||||
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal main"
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y clang-13 lld-13 llvm-13
|
||||
sudo apt-get install --allow-downgrades -y libc6=2.31-0ubuntu9.2
|
||||
sudo aptitude install -y g++ libelf-dev
|
||||
sudo aptitude install -y clang-13 lld-13 llvm-13
|
||||
|
||||
travis_fold end install_clang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user