mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-23 17:59:06 +08:00
ci: start using llvm-17 now
LLVM 17 problems were fixed upstream, so switch to using latest v17 in CI. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
7ef34fa945
commit
f9106f6bac
@@ -11,7 +11,7 @@ foldable start prepare_selftests "Building selftests"
|
||||
LIBBPF_PATH="${REPO_ROOT}"
|
||||
|
||||
llvm_default_version() {
|
||||
echo "16"
|
||||
echo "17"
|
||||
}
|
||||
|
||||
llvm_latest_version() {
|
||||
|
||||
Reference in New Issue
Block a user