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
if this is a bug or feature request, fill the form below as best as you can.
Description of the problem / feature request:
I want to get the external dependencies WORKSPACE file, how could I do? Please help me.
Feature requests: what underlying problem are you trying to solve with this feature?
transtive dependencies WORKSPACE include some lib in version A, local WORKSPACE include those lib in version B, so I want to find how many libs are in different version.
What operating system are you running Bazel on?
centos
What's the output of bazel info release?
0.18
Have you found anything relevant by searching the web?
Transitive workspaces are not supported (yet) - see #2757.
One way to see which versions of external dependencies a project uses is bazel sync command. /cc @aehlig
Description of the problem / feature request:
I want to get the external dependencies WORKSPACE file, how could I do? Please help me.
Feature requests: what underlying problem are you trying to solve with this feature?
transtive dependencies WORKSPACE include some lib in version A, local WORKSPACE include those lib in version B, so I want to find how many libs are in different version.
What operating system are you running Bazel on?
centos
What's the output of
bazel info release
?0.18
Have you found anything relevant by searching the web?
#2757
The text was updated successfully, but these errors were encountered: