-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
Pants pex publishing is broken #8786
Labels
Comments
1st up is a revert of 879df20 |
jsirois
added a commit
to jsirois/pants
that referenced
this issue
Dec 10, 2019
This reverts commit 879df20. See: pantsbuild#8786
jsirois
added a commit
that referenced
this issue
Dec 10, 2019
Merged
jsirois
added a commit
to jsirois/pants
that referenced
this issue
Feb 21, 2020
The primary changes to adapt to were: 1. The `pex.resolver.resolve` function signature changed. 2. The results of resolutions are now installed wheel chroots instead of zipped wheels. 3. Some packaging code once used by Pex and our plugin tests is now deleted. Fixes pantsbuild#8786 This is built on top of: Revert "Revert "Upgrade to Pex 2.0.3. (pantsbuild#8704)" (pantsbuild#8787)" This reverts commit 91d4af0.
jsirois
added a commit
to jsirois/pants
that referenced
this issue
Feb 21, 2020
The primary changes to adapt to were: 1. The `pex.resolver.resolve` function signature changed. 2. The results of resolutions are now installed wheel chroots instead of zipped wheels. 3. Some packaging code once used by Pex and our plugin tests is now deleted. Fixes pantsbuild#8786 This is built on top of: Revert "Revert "Upgrade to Pex 2.0.3. (pantsbuild#8704)" (pantsbuild#8787)" This reverts commit 91d4af0.
jsirois
added a commit
to jsirois/pants
that referenced
this issue
Feb 21, 2020
The primary changes to adapt to were: 1. The `pex.resolver.resolve` function signature changed. 2. The results of resolutions are now installed wheel chroots instead of zipped wheels. 3. Some packaging code once used by Pex and our plugin tests is now deleted. Fixes pantsbuild#8786 This is built on top of: Revert "Revert "Upgrade to Pex 2.0.3. (pantsbuild#8704)" (pantsbuild#8787)" This reverts commit 91d4af0.
jsirois
added a commit
that referenced
this issue
Feb 22, 2020
The primary changes to adapt to were: 1. The `pex.resolver.resolve` function signature changed. 2. The results of resolutions are now installed wheel chroots instead of zipped wheels. 3. Some packaging code once used by Pex and our plugin tests is now deleted. Fixes #8786 This is built on top of: Revert "Revert "Upgrade to Pex 2.0.3. (#8704)" (#8787)" This reverts commit 91d4af0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As seen here: https://travis-ci.org/pantsbuild/pants/jobs/622371782#L614
This reproduces on a linux box running
./build-support/bin/release.sh -p
. The underlying issue is in pex handling of foreign platforms as tracked by pex-tool/pex#823The text was updated successfully, but these errors were encountered: