grpc/grpc-java

Support --incompatible_enable_proto_toolchain_resolution

オープン

#11,152 opened on 2024/05/06

 (8 件のコメント) (4 件のリアクション) (0 人の担当者)Java (3,742 件のフォーク)batch import
Waiting on reporterenhancementhelp wanted

Repository metrics

Stars
 (11,124 個のスター)
PR merge metrics
 (平均マージ 23d 22h) (30d で 43 merged PRs)

説明

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

コントリビューターガイド