grpc/grpc-java

Support --incompatible_enable_proto_toolchain_resolution

開放

#11,152 建立於 2024年5月6日

 (8 則留言) (4 個反應) (0 位負責人)Java (3,742 個分叉)batch import
Waiting on reporterenhancementhelp wanted

倉庫指標

星標
 (11,124 顆星)
PR 合併指標
 (平均合併 23天 22小時) (30 天內合併 43 個 PR)

描述

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

貢獻者指南