envoyproxy / envoy-build-tools

Common build tools shared by the Envoy/UDPA ecosystem
Apache License 2.0
44 stars 66 forks source link

build/image: Update llvm -> 18.1.4 #341

Closed phlax closed 5 months ago

moderation commented 5 months ago

Latest LLVM is 18.1.5 - https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.5. Interesting that the Ubuntu build fails on lld not being found ?

phlax commented 5 months ago

lld not being found ?

its not finding the compiler - not immediately clear why - this seems to be a new failure mode that i didnt see in previous versions (iirc)

i will look further - the tarball appears to have more/less same layout and the expected files are executable

phlax commented 5 months ago

... or to be more precise ...

its skipping the compiler - so not sure if that means its not found or whether some other constraint is kicking in