Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a precompiled protoc toolchain #44

Open
phlax opened this issue Jun 23, 2022 · 0 comments
Open

Use a precompiled protoc toolchain #44

phlax opened this issue Jun 23, 2022 · 0 comments

Comments

@phlax
Copy link
Member

phlax commented Jun 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant