Replies: 1 comment
-
This sounds like an issue specific to Gazelle's go_repository generating BUILD files incorrectly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It generated BUILD.bazel file as
and while running
bazel build //...
It gave error
ERROR: error loading package '@@com_github_openconfig_gnmi//proto/gnmi': Unable to find package for @@com_github_grpc_grpc//bazel:cc_grpc_library.bzl: The repository '@@com_github_grpc_grpc' could not be resolved: Repository '@@com_github_grpc_grpc' is not defined.
tried fixed it by adding
It started giving another error
how to move forward with this ?
Beta Was this translation helpful? Give feedback.
All reactions