libbpf / ci

BPF CI
Other
7 stars 22 forks source link

default to llvm 17 #89

Closed yonghong-song closed 1 year ago

yonghong-song commented 1 year ago

llvm 16 issues seems fixed and using llvm 16 as the default caused arm64 and s390x failure with the following error message:

The following packages have unmet dependencies: clang-16 : Depends: libclang-common-16-dev (= 1:16.0.0~++20230222063320+4c0da2726e7f-1~exp1~20230222063432.36) but it is not going to be installed E: Unable to correct problems, you have held broken packages. clang install failed Error: Process completed with exit code 1.

let us move to llvm 17.