Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 351 Bytes

File metadata and controls

11 lines (8 loc) · 351 Bytes

Toolchains

The standard toolchain uses @com_google_protobuf//:protoc:

register_toolchains("@build_stack_rules_proto//toolchain:standard")

To define an alternative, prepare a toolchain of type @build_stack_rules_proto//toolchain:protoc and register that instead. See //toolchain:BUILD.bazel for an example.