mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 16:29:07 +08:00
vmtest: do not install lld
s390x LLVM does not have it, and it is not needed for the libbpf CI. So drop it. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
8a52e49575
commit
6ad73f5083
@@ -23,7 +23,7 @@ sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal mai
|
||||
sudo apt-get update
|
||||
sudo apt-get install --allow-downgrades -y libc6=2.31-0ubuntu9.2
|
||||
sudo aptitude install -y g++ libelf-dev
|
||||
sudo aptitude install -y clang-14 lld-14 llvm-14
|
||||
sudo aptitude install -y clang-14 llvm-14
|
||||
|
||||
travis_fold end install_clang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user