mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-23 01:39:06 +08:00
ci: Bump LLVM version we use to 16
Development on LLVM 16 has started and version 15 is no longer available in the repository we install it from. Bump the version we use accordingly. Signed-off-by: Daniel Müller <deso@posteo.net>
This commit is contained in:
committed by
Andrii Nakryiko
parent
5b795f7b30
commit
0e43565ad8
@@ -8,7 +8,7 @@ source ${THISDIR}/helpers.sh
|
||||
|
||||
foldable start prepare_selftests "Building selftests"
|
||||
|
||||
LLVM_VER=15
|
||||
LLVM_VER=16
|
||||
LIBBPF_PATH="${REPO_ROOT}"
|
||||
|
||||
PREPARE_SELFTESTS_SCRIPT=${THISDIR}/prepare_selftests-${KERNEL}.sh
|
||||
|
||||
Reference in New Issue
Block a user