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
Does this issue reproduce with the latest releases of all the above?
6.4.0
What operating system and processor architecture are you using?
Windows 10, x86
Also happened in brand new WSL Ubuntu installation
What did you do?
bazel run //:gazelle
Here's the gazelle label:
# gazelle:prefix github.com/me/my-private-repo
# gazelle:exclude build
# gazelle:exclude gen
gazelle(
name = "gazelle",
prefix = "github.com/me/my-private-repo",
)
What did you expect to see?
What did you see instead?
Starting local Bazel server and connecting to it...
ERROR: Skipping '//:gazelle': error loading package '': at C:/users/user/_bazel_user/tfhz7ipo/external/bazel_gazelle/def.bzl:20:5: Unable to find package for @bazel_gazelle_is_bazel_module//:defs.bzl: The repository '@bazel_gazelle_is_bazel_module' could not be resolved: Repository '@bazel_gazelle_is_bazel_module' is not defined.
WARNING: Target pattern parsing failed.
ERROR: error loading package '': at C:/users/user/_bazel_user/tfhz7ipo/external/bazel_gazelle/def.bzl:20:5: Unable to find package for
@bazel_gazelle_is_bazel_module//:defs.bzl: The repository '@bazel_gazelle_is_bazel_module' could not be resolved: Repository '@bazel_gazelle_is_bazel_module' is not defined.
INFO: Elapsed time: 2.747s
INFO: 0 processes.
ERROR: Build failed. Not running target
FAILED: Build did NOT complete successfully (0 packages loaded)
currently loading:
Fetching repository @bazel_skylib; starting
The text was updated successfully, but these errors were encountered:
0.33.0
What version of rules_go are you using?
0.42.0
What version of Bazel are you using?
Does this issue reproduce with the latest releases of all the above?
6.4.0
What operating system and processor architecture are you using?
Windows 10, x86
Also happened in brand new WSL Ubuntu installation
What did you do?
bazel run //:gazelle
Here's the gazelle label:
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: