Uh oh!
There was an error while loading. Please reload this page.
ARROW-14879: [Python][Packaging] Remove manylinux2010 wheels - #11776
ARROW-14879: [Python][Packaging] Remove manylinux2010 wheels#11776kszucs wants to merge 1 commit into
Conversation
kszucs
commented
Nov 25, 2021
@github-actions crossbow submit manylinux |
Revision: efb49e7 Submitted crossbow builds: ursacomputing/crossbow @ actions-1183 |
kszucs
commented
Nov 25, 2021
cc @amol- |
pitrou
commented
Nov 25, 2021
Are we sure we want to stop supporting systems before CentOS 7? cc @ianmcook |
kszucs
commented
Nov 25, 2021
I'm not sure either, just prepared a PR so we can start discussing it. |
amol-
commented
Nov 25, 2021
CentOS 6 reaches end of life at the end of the month, so I guess people will upgrade. We probably want to ensure support for version <7 for a few months to give time for people to upgrade, but I guess it might be a safe bet that once Arrow 7.0.0 will be out most people will have upgraded. |
kszucs
commented
Nov 25, 2021
I managed to patch[elf] the vcpkg binary with glibc 2.18 in the manylinux2010 image, so we should be able to maintain the builds until the vcpkg dependencies compile. |
kszucs
commented
Dec 1, 2021
Closing in favor of 2233ac5 |
More recent vcpkg is not compatible with older glibc shipped by manylinux2010 so we won't be able to regularly update the dependencies. Besides that manylinux2010 has reached EOL.