Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat(bzlmod): support bazel downloader when downloading wheels #1827
feat(bzlmod): support bazel downloader when downloading wheels #1827
Changes from all commits
6720945
927310c
677ed2d
fa1569e
8eb2ee5
11f94c7
3efd55c
186a2c9
506d838
956213a
cdf0510
6651bc9
7d7abd1
fec7abb
ec8dbc4
6f7a42c
7addb40
0313f75
307819e
652d75c
6ca8a4b
d21a29e
affbb32
2da0b29
5ba7881
bb30b41
26c678c
186af97
88ce003
41b23af
fcf2700
b6740f5
3c905ae
459b1ba
095222e
134a8fc
a7b92f5
27307f0
8fe82ba
1d7a063
0a6b850
f0eff9c
097009a
ff3983a
37c3ede
09c724d
1331193
02f7e89
b05094b
881211a
8fc212c
b76bd05
9acf7d3
01eccf5
e80d37c
28d40e3
bdfef56
0b1de6e
9b0be62
8dc3bdc
5b6a444
f438e6e
038e45e
04953d4
02ccc55
b4a9aa8
d620037
f30a5df
aefd8e2
ed4e8ab
5643866
eb67002
d984559
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional not to use PIP_INDEX_URL env here, and why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to override this value you can use bazel downloader config. In the general sense it is not a given that people will have their
PIP_INDEX_URL
configured to contain the index that works for fetching these dependencies.Hence to avoid unintended breakage, this is hardcoded.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.