bazel: Use hermetic toolchain for LLVM#39679
Conversation
|
CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to |
llvmllvm
2a52c1a to
c66bfd1
Compare
6c20fa7 to
2dd4b34
Compare
Signed-off-by: Ryan Northey <ryan@synca.io>
2dd4b34 to
86ae1b6
Compare
|
/retest flakey android |
| "NM": "$(NM)", | ||
| "OBJCOPY": "$(OBJCOPY)", | ||
| "NM": "$$EXT_BUILD_ROOT/$(NM)", | ||
| "OBJCOPY": "$$EXT_BUILD_ROOT/$(OBJCOPY)", |
There was a problem hiding this comment.
🙄 why does this guy need nm and objcopy for building a library
There was a problem hiding this comment.
good question - its a massive resource hog - so quite likely its doing more than we want it to
|
Nice! fyi https://github.com/envoyproxy/envoy/blob/main/bazel/README.md#linux references a removed file |
|
yeah - im aware the dev docs are out of date now currently working on bzlmod - which is going to obsolete/change a lot more - so will go through at that point - would be happy to review prs in the interim |
Fix envoyproxy#39010 Signed-off-by: Ryan Northey <ryan@synca.io> Signed-off-by: Gustavo <grnmeira@gmail.com>
Fix #39010