You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into errors when trying to depend on well-known-types from the Buf Schema Registry.
The trimmed error message looks like:
gazelle: /private/var/tmp.../external/rules_buf~~buf~buf_deps/google/protobuf: directory contains multiple proto packages. Gazelle can only generate a proto_library for one package.
ERROR: /private/var/tmp/.../external/protobuf~/BUILD.bazel:351:14: in proto_library rule @@protobuf~//:descriptor_proto:
Traceback (most recent call last):
File "/virtual_builtins_bzl/common/proto/proto_library.bzl", line 88, column 26, in _proto_library_impl
File "/virtual_builtins_bzl/common/proto/proto_library.bzl", line 212, column 17, in _write_descriptor_set
Does the buf.dependency extension support specifying that I only want to depend on the google.protobuf package?
I'm running into errors when trying to depend on well-known-types from the Buf Schema Registry.
The trimmed error message looks like:
Does the
buf.dependency
extension support specifying that I only want to depend on thegoogle.protobuf
package?The text was updated successfully, but these errors were encountered: