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): cross-platform builds without experimental_index_url #2325
feat(bzlmod): cross-platform builds without experimental_index_url #2325
Changes from 7 commits
4eb639e
ab8b2f0
645885c
1d33f49
9544386
b81f86e
9b296d2
77754c2
d9a0d3b
fdfa1de
f7051ab
0c058a1
e5b0190
0400154
c75039d
bf4f644
4de5a45
0d468df
8d418f4
cfcc8c5
cf76913
ecf5a5b
c4fceb9
9482a13
a520e29
8578b02
de98a02
5025f90
e90d257
8835d02
e2c07ae
74383f3
4120c15
b4dad40
7582d5b
e5d2ff4
5c45b4a
58e7a6c
c0fe195
1ffb52c
b7577ff
a2b8b52
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.
download_only=True is also an option, right? Assuming one is OK with not having sdists
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.
It could be, but I haven't tested with regular requirements files, let me add a unit test to see how that would get wired through.
EDIT: With a few extra modifications, I think we can actually support that. This means that we can resolve #260 and have the stabilization for
experimental_index_url
done as a separate ticket. I've added extra docs on this, please check. :)Large diffs are not rendered by default.
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.
I am happy that my selection of the mock
ctx.os
values was already validating the bug in question.