grpc/grpc-java

Support --incompatible_enable_proto_toolchain_resolution

Aberta

#11.152 aberto em 6 de mai. de 2024

 (8 comentários) (4 reações) (0 responsável)Java (3.742 forks)batch import
Waiting on reporterenhancementhelp wanted

Métricas do repositório

Stars
 (11.124 estrelas)
Métricas de merge de PR
 (Mesclagem média 23d 22h) (43 fundiu PRs em 30d)

Description

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

Guia do colaborador