Skip to content
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 for java/ci docker build #15583

Closed
NvTimLiu opened this issue Apr 23, 2024 · 1 comment · Fixed by #15608
Closed

[BUG] Drop CentOS7 support for java/ci docker build #15583

NvTimLiu opened this issue Apr 23, 2024 · 1 comment · Fixed by #15608
Assignees
Labels
bug Something isn't working Java Affects Java cuDF API.

Comments

@NvTimLiu
Copy link
Contributor

Describe the bug
We plan to drop CentOS 7 (which uses glibc 2.17) RAPIDS 24.06. The java/ci/Dockerfile.centos7 need to be change/upgrade to support running build in Rocky8 Docker container, refor or to :

https://docs.rapids.ai/notices/rsn0037/

rapidsai/build-planning#23

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.

@NvTimLiu NvTimLiu added the bug Something isn't working label Apr 23, 2024
@NvTimLiu NvTimLiu self-assigned this Apr 23, 2024
@NvTimLiu
Copy link
Contributor Author

Built out amd64/arm64 cudf JNI jars on Rocky8, running some tests to see if any GLIBC issues.

@NvTimLiu NvTimLiu changed the title [BUG] Drop CentOS7 for java/ci/Dockerfile in branch-24.06 [BUG] Drop CentOS7 java/ci/Dockerfile.centos7 Apr 28, 2024
@NvTimLiu NvTimLiu changed the title [BUG] Drop CentOS7 java/ci/Dockerfile.centos7 [BUG] Drop CentOS7 support for java/ci docker build Apr 28, 2024
NvTimLiu added a commit to NvTimLiu/cudf that referenced this issue Apr 28, 2024
To fix rapidsai#15583

Change to run build in Rocky8 docker container

Signed-off-by: Tim Liu <[email protected]>
@NvTimLiu NvTimLiu mentioned this issue Apr 28, 2024
2 tasks
@NvTimLiu NvTimLiu added the Java Affects Java cuDF API. label Apr 29, 2024
rapids-bot bot pushed a commit 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
@github-project-automation github-project-automation bot moved this from In Progress to Done in cuDF/Dask/Numba/UCX May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Java Affects Java cuDF API.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant