Use a precompiled `protoc` toolchain
Open
- Dominant language
- Starlark
- Stars
- 271
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
we have just updated the Envoy repo to make use of precompiled `protoc` which speeds a load of things up
recompiling the go protos i immediately noticed that i was compiling protoc
one option is using protobuf from `rules_proto` which makes use of the precompiled bins but this then ties you to their version of protobuf
another option is to patch protobuf, this is what Envoy does
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.