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
Much of the work done by Bazel during a clean NetMeta build is related to building protoc.
Perhaps we can use buf's pure-Go protoc instead? Probably a performance win, too.
The text was updated successfully, but these errors were encountered:
rules_proto comes with a prebuilt protoc toolchain: https://github.com/bazelbuild/rules_proto
We should be able to use that to avoid that step.
Sorry, something went wrong.
I just tried buf for a different project and its fairly simple. I would prefer it over the prebuilt chain
With Bazel?
Tricky part is convincing rules_proto use the buf protoc
No branches or pull requests
Much of the work done by Bazel during a clean NetMeta build is related to building protoc.
Perhaps we can use buf's pure-Go protoc instead? Probably a performance win, too.
The text was updated successfully, but these errors were encountered: