vmtests: revert to Clang/LLVM 12 until Clang 13 regression is fixed

Clang 13 regressed BPF code generation causing some of BPF selftests to fail.
Until that is mitigated, stick to version 12.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2021-02-08 18:12:11 -08:00
committed by Andrii Nakryiko
parent f35e87ddc4
commit adaf538bca
2 changed files with 3 additions and 3 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=12
LIBBPF_PATH="${REPO_ROOT}"
REPO_PATH="travis-ci/vmtest/bpf-next"