File tree 1 file changed +10
-7
lines changed
examples/tools/toolchains
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,16 @@ proto_lang_toolchain(
19
19
)
20
20
21
21
# Same as above, but for Java
22
- proto_lang_toolchain (
23
- name = "protoc_java_toolchain" ,
24
- command_line = "--java_out=%s" ,
25
- progress_message = "Generating Java proto_library %{label}" ,
26
- runtime = "@protobuf-java//jar" ,
27
- toolchain_type = "@rules_java//java/proto:toolchain_type" ,
28
- )
22
+ # Broken by https://github.com/protocolbuffers/protobuf/pull/19679
23
+ # which causes building C++ code from source.
24
+ # TODO: re-enable once protobuf honors the toolchain
25
+ # proto_lang_toolchain(
26
+ # name = "protoc_java_toolchain",
27
+ # command_line = "--java_out=%s",
28
+ # progress_message = "Generating Java proto_library %{label}",
29
+ # runtime = "@protobuf-java//jar",
30
+ # toolchain_type = "@rules_java//java/proto:toolchain_type",
31
+ # )
29
32
30
33
################
31
34
# Setup a non-functional C++ toolchain, so we're assured that no C++ compilation
You can’t perform that action at this time.
0 commit comments