According to https://github.com/bazelbuild/rules_proto/discussions/213 users of Bazel 7 can now ask Bazel to resolve protoc from a toolchain. There are two spots at HEAD: ``` "_protoc": attr.label( default = "@com_google_protobuf//:protoc", executable = True, cfg = "exec", ), ```
According to bazelbuild/rules_proto#213 users of Bazel 7 can now ask Bazel to resolve protoc from a toolchain.
There are two spots at HEAD: