mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-11 11:09:06 +08:00
ci: bump nightly Clang/LLVM version to 14
CI started to fail with missing clang-13 warning. Bump the version to 14. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
506a544834
commit
f8ab8bde8e
@@ -8,7 +8,7 @@ travis_fold start prepare_selftests "Building selftests"
|
||||
|
||||
sudo apt-get -y install python-docutils # for rst2man
|
||||
|
||||
LLVM_VER=13
|
||||
LLVM_VER=14
|
||||
LIBBPF_PATH="${REPO_ROOT}"
|
||||
REPO_PATH="travis-ci/vmtest/bpf-next"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user