grpc/grpc-java
Auf GitHub ansehenSupport --incompatible_enable_proto_toolchain_resolution
Open
#11.152 geöffnet am 6. Mai 2024
Waiting on reporterenhancementhelp wanted
Repository-Metriken
- Stars
- (11.124 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 23T 22h) (43 gemergte PRs in 30 T)
Beschreibung
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