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:
Andrii Nakryiko
2023-02-24 10:32:11 -08:00
committed by Andrii Nakryiko
parent 7ef34fa945
commit f9106f6bac

View File

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