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:
Andrii Nakryiko
2023-03-23 11:47:41 -07:00
committed by Andrii Nakryiko
parent dc4e7076ad
commit f8cd00f613

View File

@@ -11,7 +11,7 @@ foldable start prepare_selftests "Building selftests"
LIBBPF_PATH="${REPO_ROOT}"
llvm_default_version() {
echo "17"
echo "16"
}
llvm_latest_version() {