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:
Andrii Nakryiko
2021-08-03 12:29:16 -07:00
committed by Andrii Nakryiko
parent 506a544834
commit f8ab8bde8e
2 changed files with 2 additions and 2 deletions

View File

@@ -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"