Build of root workspace with external name fails because Bazel walks into /bazel-* #6076
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
stale
Issues or PRs that are stale (no activity for 30 days)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Description of the problem / feature request:
Build of root workspace with external name fails because Bazel walks into
/bazel-*
.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
https://github.com/Yannic/bazel_walk_error.git
andcd
into workspace.bazel build //... @bazel_walk_error//...
and wait until build finishes.bazel build //...
and see that there is no error.bazel build @bazel_walk_error//...
What operating system are you running Bazel on?
macOS 10.13.6 (17G65)
Reproduced on all platforms.
https://buildkite.com/bazel/rules-go-golang/builds/626
The text was updated successfully, but these errors were encountered: