mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 08:19:07 +08:00
ci: fallback to llvm-16 and clang-16 again
Seems like upstream LLVM/Clang packaging still has issues with llvm/clang 17. Fallback to 16 again, for now. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
dc4e7076ad
commit
f8cd00f613
@@ -11,7 +11,7 @@ foldable start prepare_selftests "Building selftests"
|
||||
LIBBPF_PATH="${REPO_ROOT}"
|
||||
|
||||
llvm_default_version() {
|
||||
echo "17"
|
||||
echo "16"
|
||||
}
|
||||
|
||||
llvm_latest_version() {
|
||||
|
||||
Reference in New Issue
Block a user