We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd238c commit 60b4cd6Copy full SHA for 60b4cd6
1 file changed
python/private/pypi/simpleapi_download.bzl
@@ -197,6 +197,7 @@ def _get_index_overrides(ctx, index_urls, index_url_overrides, read_simpleapi, *
197
)
198
if hasattr(download, "wait"):
199
# TODO @aignas 2026-03-10: do parallel download if possible
200
+ # for all indexes at once
201
result = download.wait()
202
else:
203
result = download
0 commit comments