GH-47797: [CI][Python] Update Python installs for free-threaded wheel tasks#47993
GH-47797: [CI][Python] Update Python installs for free-threaded wheel tasks#47993raulcd merged 26 commits intoapache:mainfrom
Conversation
|
|
|
@github-actions crossbow submit -g wheel-musllinux-1-2-* |
|
|
@github-actions crossbow submit wheel-musllinux-1-2-* |
|
Revision: 789fb8e Submitted crossbow builds: ursacomputing/crossbow @ actions-88751c42a0 |
|
@github-actions crossbow submit wheel-musllinux-1-2-* |
|
Revision: ee5fb3c Submitted crossbow builds: ursacomputing/crossbow @ actions-9fd473f20b |
|
@github-actions crossbow submit wheel-windows-* |
|
Revision: 3b69589 Submitted crossbow builds: ursacomputing/crossbow @ actions-cd8855bb74 |
|
@github-actions crossbow submit wheel-windows-* |
|
Revision: 02c761d Submitted crossbow builds: ursacomputing/crossbow @ actions-dd072a147b |
|
@github-actions crossbow submit wheel-windows-* |
|
Revision: 6c57b1d Submitted crossbow builds: ursacomputing/crossbow @ actions-92c8bcebb9 |
|
@github-actions crossbow submit wheel-windows-* |
|
Revision: b7b233a Submitted crossbow builds: ursacomputing/crossbow @ actions-8c7f64959e |
|
@github-actions crossbow submit wheel-windows-* |
|
Revision: c743a0d Submitted crossbow builds: ursacomputing/crossbow @ actions-cc8a231c1c |
|
@github-actions crossbow submit wheel-windows-* |
|
Revision: ea3592c Submitted crossbow builds: ursacomputing/crossbow @ actions-d2e63db0a6 |
|
@github-actions crossbow submit wheel-windows-cp314-cp314t-amd64 |
|
Revision: b1c541c Submitted crossbow builds: ursacomputing/crossbow @ actions-810bc95ef4
|
|
@github-actions crossbow submit wheel-windows-cp314-cp314t-amd64 |
|
Revision: f95b53f Submitted crossbow builds: ursacomputing/crossbow @ actions-54e7b397e4
|
|
@github-actions crossbow submit wheel-windows-cp314-cp314t-amd64 |
|
Revision: eb23207 Submitted crossbow builds: ursacomputing/crossbow @ actions-885919495d
|
|
@github-actions crossbow submit wheel-windows-* |
|
Revision: 7721d31 Submitted crossbow builds: ursacomputing/crossbow @ actions-b044c8b41e |
|
@github-actions crossbow submit wheel-musllinux-1-2-* |
|
Revision: 5ed8bc2 Submitted crossbow builds: ursacomputing/crossbow @ actions-281cfff210 |
This reverts commit 6c57b1d.
Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
ba38f43 to
cf0c169
Compare
|
@raulcd in case you have time for +1 , then I can merge. |
… wheel tasks (apache#47993) ### Rationale for this change Musllinux and Win wheel tasks are building Python from source. That can be changed. ### What changes are included in this PR? - usage of one of the binaries provided by [astral-sh](https://github.com/astral-sh/python-build-standalone/releases) in the free-threaded musllinux wheel tasks - usage of Python install manager for the free-threaded and regular Win wheels build (test stays as is). ### Are these changes tested? Yes, with extended wheel builds. ### Are there any user-facing changes? No. * GitHub Issue: apache#47797 Lead-authored-by: AlenkaF <frim.alenka@gmail.com> Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com> Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 43727a2. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Musllinux and Win wheel tasks are building Python from source. That can be changed.
What changes are included in this PR?
Are these changes tested?
Yes, with extended wheel builds.
Are there any user-facing changes?
No.