We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
protoc
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
rules_proto
another option is to patch protobuf, this is what Envoy does
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we have just updated the Envoy repo to make use of precompiled
protoc
which speeds a load of things uprecompiling 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 protobufanother option is to patch protobuf, this is what Envoy does
The text was updated successfully, but these errors were encountered: