bazel run with --run_under does not work with targets specifying current workspace #15530
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Description of the bug:
--run_under
does not seem to accept targets specifying the current workspace:What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Which operating system are you running Bazel on?
macOS 11.16
What is the output of
bazel info release
?release 5.1.1
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
This similar issue: #7656
Any other information, logs, or outputs that you want to share?
This works fine when using the abbreviation
//
The text was updated successfully, but these errors were encountered: