Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get external dependencies WORKSPACE file #7523

Closed
hellozmz opened this issue Feb 24, 2019 · 1 comment
Closed

how to get external dependencies WORKSPACE file #7523

hellozmz opened this issue Feb 24, 2019 · 1 comment
Labels
team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.

Comments

@hellozmz
Copy link

ATTENTION! Please read and follow:

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

@jin jin added team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file. untriaged labels Feb 24, 2019
@dslomov
Copy link
Contributor

dslomov commented Mar 5, 2019

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

@dslomov dslomov closed this as completed Mar 5, 2019
@dslomov dslomov removed the untriaged label Mar 5, 2019
@philwo philwo added the team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website label Jun 15, 2020
@philwo philwo removed the team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website label Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-ExternalDeps External dependency handling, remote repositiories, WORKSPACE file.
Projects
None yet
Development

No branches or pull requests

4 participants