Replies: 1 comment 4 replies
-
There is no such feature in Bazel.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build a Bazel project in a highly controlled environment. One of our requirements is that we do all required downloads ourselves, before the build. In effect, we want to know in advance all URLs that are going to be accessed during the build.
Is there any way at all to get this information out of Bazel? I've trawled through the repository cache and
bazel vendor
output directories, looking to see if there's enough metadata, but I've been unsuccessful so far.(It's not viable for us to use such pre-downloaded directories directly, as we want to be able to configure download URL rewriting for mirroring.)
It would be amazing if there was a Bazel sub-command which could just list all the URLs.
Is anyone else working on this problem?
Beta Was this translation helpful? Give feedback.
All reactions