-
Notifications
You must be signed in to change notification settings - Fork 65
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
[BUG] Drop CentOS7 support in 24.06 #1991
Labels
bug
Something isn't working
Comments
NvTimLiu
changed the title
[BUG] Drop CentOS 7/Ubuntu18.04 support in RAPIDS 24.06
[BUG] Drop CentOS 7 support in RAPIDS 24.06
Apr 23, 2024
NvTimLiu
changed the title
[BUG] Drop CentOS 7 support in RAPIDS 24.06
[BUG] Drop CentOS7/Ubuntu18.04 support in RAPIDS 24.06
Apr 23, 2024
NvTimLiu
changed the title
[BUG] Drop CentOS7/Ubuntu18.04 support in RAPIDS 24.06
[BUG] Drop CentOS7support in RAPIDS 24.06
Apr 23, 2024
NvTimLiu
changed the title
[BUG] Drop CentOS7support in RAPIDS 24.06
[BUG] Drop CentOS7support in 24.06
Apr 23, 2024
mattahrens
changed the title
[BUG] Drop CentOS7support in 24.06
[BUG] Drop CentOS7 support in 24.06
Apr 23, 2024
Built out amd64/arm64 spark-rapids-jni jars on Rocky8, running integration tests with spark-rapids to see if any GLIBC issues. |
24 tasks
NvTimLiu
added a commit
to NvTimLiu/spark-rapids-jni
that referenced
this issue
May 2, 2024
To fix: NVIDIA#1991 Drop Centos7 support, switch to build in a Rocky 8 Docker image Update the script to support both amd64 and arm64 CPUs Signed-off-by: Tim Liu <[email protected]>
NvTimLiu
added a commit
to NvTimLiu/spark-rapids-jni
that referenced
this issue
May 2, 2024
To fix: NVIDIA#1991 Drop Centos7 support, switch to build in a Rocky 8 Docker image Update the script to support both amd64 and arm64 CPUs Signed-off-by: Tim Liu <[email protected]>
Merged
NvTimLiu
added a commit
that referenced
this issue
May 14, 2024
* Drop Centos7 support To fix: #1991 Drop Centos7 support, switch to build in a Rocky 8 Docker image Update the script to support both amd64 and arm64 CPUs Signed-off-by: Tim Liu <[email protected]> * Update for code review Signed-off-by: Tim Liu <[email protected]> * Dockerfile.multi to Dockerfile Signed-off-by: Tim Liu <[email protected]> * Change '--platform' param to be compatitable with lower Docker versions Signed-off-by: Tim Liu <[email protected]> * Update for code review Signed-off-by: Tim Liu <[email protected]> * Make cuda version consistent Signed-off-by: Tim Liu <[email protected]> * Update according to the review comments Signed-off-by: Tim Liu <[email protected]> * Update build/run-in-docker Co-authored-by: Jason Lowe <[email protected]> * Move CMAKE_GENERATOR back into build-in-docker Signed-off-by: Tim Liu <[email protected]> --------- Signed-off-by: Tim Liu <[email protected]> Co-authored-by: Jason Lowe <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
We plan to drop CentOS 7 (which uses glibc 2.17) & Ubuntu18.04(glibc 2.27) in RAPIDS 24.06. This issue documents some of the work items needed to complete the drop in platform support. Refor to :
https://docs.rapids.ai/notices/rsn0037/
rapidsai/build-planning#23
NVIDIA/spark-rapids#10496
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.
Will need to:
The text was updated successfully, but these errors were encountered: