mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-23 01:39:06 +08:00
ci: Update default llvm version to 17
Currently, CI is unable to locate llvm-16 on aarch64/gcc, aarch64/llvm-16, and s390x/gcc [0]. This change upgrades the default llvm version to 17. [0] https://github.com/kernel-patches/bpf/actions/runs/4040302668 Signed-off-by: Joanne Koong <joannekoong@gmail.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
d73ecc91e1
commit
6b4a3f3131
@@ -8,7 +8,7 @@ source ${THISDIR}/helpers.sh
|
||||
|
||||
foldable start prepare_selftests "Building selftests"
|
||||
|
||||
LLVM_VER=16
|
||||
LLVM_VER=17
|
||||
LIBBPF_PATH="${REPO_ROOT}"
|
||||
|
||||
PREPARE_SELFTESTS_SCRIPT=${THISDIR}/prepare_selftests-${KERNEL}.sh
|
||||
|
||||
Reference in New Issue
Block a user