From 6ad73f508325fa685ab4aa15728e356fe0d7558a Mon Sep 17 00:00:00 2001 From: Ilya Leoshkevich Date: Thu, 25 Mar 2021 12:22:13 +0100 Subject: [PATCH] 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 --- travis-ci/vmtest/run_vmtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-ci/vmtest/run_vmtest.sh b/travis-ci/vmtest/run_vmtest.sh index 91d201c..8bf501a 100755 --- a/travis-ci/vmtest/run_vmtest.sh +++ b/travis-ci/vmtest/run_vmtest.sh @@ -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