Use bazel rule to compile protos during the initial generation #866
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Current: bazel generates a library without compiled protos, so it's expected that someone (synthtool, OwlBot, etc.) will call "npm run compile-protos" later in the process
Downside: so it's a post-processing step that is quite expensive and fragile
Improve: would be better if the protos were compiled during the initial generation step by bazel, to reduce the number of things that could break in post-processing
Discuss this feature in June 2021 sprint
The text was updated successfully, but these errors were encountered: