cilium / image-tools

Dockerfiles for cilium-runtime and cilium-builder dependencies
Other
18 stars 29 forks source link

llvm: Upgrade to LLVM 17.0.6 #266

Closed gentoo-root closed 7 months ago

gentoo-root commented 7 months ago

Fixes for Clang 17 were merged into the Cilium codebase:

b91046955d6b ("datapath: Ignore new debug ELF prefixes") 6e18eb020b68 ("bpf: Fix compatibility with Clang 17 in __lb6_affinity_backend_id") 3740e9db8fef ("bpf: Fix "R2 !read_ok" verifier error with LLVM 17")

and the complexity measurements were performed, so now the LLVM image can be upgraded.

lmb commented 7 months ago

Did you close this on purpose?

gentoo-root commented 7 months ago

Did you close this on purpose?

I had to reopen it from an internal branch: https://github.com/cilium/image-tools/pull/267, because the CI fails to push the images when running on a fork branch.