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

Fix artifact downloads for foreign platforms. #1851

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jul 13, 2022

Fix the ArtifactDownloader to re-use the tricks used for
--style universal locks to trick Pip into not rejecting artifacts
that are not compatible with the current interpreter.

FIxes #1849

Fix the `ArtifactDownloader` to re-use the tricks used for
`--style universal` locks to trick Pip into not rejecting artifacts
that are not compatible with the current interpreter.

FIxes pex-tool#1849
@jsirois jsirois requested review from stuhood and benjyw July 13, 2022 21:05
jsirois added a commit to jsirois/pex that referenced this pull request Jul 13, 2022
@jsirois jsirois merged commit bfd597a into pex-tool:main Jul 13, 2022
@jsirois jsirois deleted the issues/1849 branch July 13, 2022 21:57
jsirois added a commit to jsirois/pex that referenced this pull request Jul 14, 2022
Although pex-tool#1851 fixed Downloader to use a "universal" targetless
download it left code in LockResolver that tracked targets laying
about. Simplify now that target tracking is no longer needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pex lock downloads fail for foreign platforms.
2 participants