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 not quite sure where to file this, so I'm putting it under Starlark team for now (as my motivation is that I'd like to see all Starlark files under @bazel_tools to be globbed under a BUILD target. See bazelbuild/skydoc#166 and bazelbuild/skydoc#185 for motivation.
It seems as if attempting:
bazel build @bazel_tools//...
fails with a number of unresolved dependencies. For example:
I'm not quite sure where to file this, so I'm putting it under Starlark team for now (as my motivation is that I'd like to see all Starlark files under
@bazel_tools
to be globbed under a BUILD target. See bazelbuild/skydoc#166 and bazelbuild/skydoc#185 for motivation.It seems as if attempting:
fails with a number of unresolved dependencies. For example:
I would expect at least:
to pass, but get many errors, as well, such as "no such target '@bazel_tools//tools/android:embedded_tools'"
The text was updated successfully, but these errors were encountered: