grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

Support --incompatible_enable_proto_toolchain_resolution

Open kusaeva opened this issue 1 year ago • 2 comments

Is your feature request related to a problem?

The problem is need to compile protoc instead of using prebuilt binary while building java_grpc_library

Describe the solution you'd like

Support --incompatible_enable_proto_toolchain_resolution bazel flag so users can override protoc compiled from sources with prebuilt binary, as already done in rules_python or WIP in rules_go

Describe alternatives you've considered

Additional context

Examples of declarations toolchains for other languages that already support the feature here

kusaeva avatar May 06 '24 12:05 kusaeva

Feel free to raise a PR for this.

kannanjgithub avatar May 09 '24 08:05 kannanjgithub