-
Notifications
You must be signed in to change notification settings - Fork 4
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
Drop CentOS 7 support in RAPIDS 24.06 #23
Labels
Comments
6 tasks
This was referenced Mar 1, 2024
This was referenced Mar 15, 2024
rapids-bot bot
pushed a commit
to rapidsai/cudf
that referenced
this issue
Mar 20, 2024
This PR tests rapidsai/shared-workflows#192, which drops CentOS 7 support. See rapidsai/build-planning#23. This PR removes the logic needed to build and test both `manylinux_2_17` and `manylinux_2_28` wheels, as we will only be building for `manylinux_2_28`. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jake Awe (https://github.com/AyodeAwe) - Vyas Ramasubramani (https://github.com/vyasr) URL: #15323
This was referenced Apr 23, 2024
rapids-bot bot
pushed a commit
to rapidsai/cudf
that referenced
this issue
May 2, 2024
To fix #15583 We plan to drop CentOS 7 (which uses glibc 2.17) RAPIDS 24.06. The [java/ci/Dockerfile.centos7](https://github.com/rapidsai/cudf/blob/branch-24.06/java/ci/Dockerfile.centos7), refor or to : https://docs.rapids.ai/notices/rsn0037/ rapidsai/build-planning#23 Change to run build in Rocky8 docker container Authors: - Tim Liu (https://github.com/NvTimLiu) - Bradley Dice (https://github.com/bdice) Approvers: - Jason Lowe (https://github.com/jlowe) - Bradley Dice (https://github.com/bdice) - Ray Douglass (https://github.com/raydouglass) URL: #15608
We talked with Ray and he resolved the remaining issues needed before 24.06 ships The remaining items are to be done after 24.06 ships So nothing to do until 24.06 ships |
This is now complete! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We plan to drop CentOS 7 (which uses glibc 2.17) in RAPIDS 24.06. https://docs.rapids.ai/notices/rsn0037/
At this time, the new minimum glibc supported by RAPIDS will become 2.28 (used by Rocky 8), because that is the oldest glibc of any operating system we currently support.
This issue documents some of the work items needed to complete the drop in platform support.
Early 24.06
NEW_MANYLINUX_MATRIX
. After dropping CentOS 7, RAPIDS will not buildmanylinux_2_17
tags. RAPIDS will only produce wheels that supportmanylinux_2_28
tags but nothing older.build-2_28-wheels
option: Remove input for build-2_28-wheels. shared-workflows#195shared-workflows
PRs fromrenovate
, including (but not limited to):Before 24.06 release
shared-actions
to use actions with Node 20 (to avoid deprecation warnings)centos7
andubuntu18.04
from the https://github.com/rapidsai/ci-imgs matrix - Remove centos and ubuntu18.04 from ci-imgs matrix ci-imgs#139centos7
from miniforge-cuda matrix: Drop CentOS 7 miniforge-cuda#66After 24.06 release
Feel free to edit this checklist with more items.
References:
The text was updated successfully, but these errors were encountered: