libbpf / ci

BPF CI
Other
7 stars 22 forks source link

default to llvm 16 #86

Closed chantra closed 1 year ago

chantra commented 1 year ago

This change get us back onto llvm-16 by default as it seemsthat currently, qemu VMs are failing to boot when the kernel is built with llvm 17, it is very likely related to https://github.com/ClangBuiltLinux/linux/issues/1800 .

Because of the layout of LLVM's apt repo, unless the version is the latest they distribute, the repository distro need to use the version number as suffix.

Signed-off-by: Manu Bretelle chantr4@gmail.com