-
Notifications
You must be signed in to change notification settings - Fork 70
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] submodule sync failed due to missing OpenSSL package #2475
Comments
Looks like this is caused by rapidsai/kvikio#464 which added curl as a dependency. |
Adding openssl-devel to the CI Dockerfile allows the build to pass, but it adds dynamic dependencies on libcudf.so that may not be present in the runtime environment:
Thankfully kvikio added a cmake option to turn off the remote I/O feature which drops the curl/openssl dependency. |
3 tasks
rapids-bot bot
pushed a commit
to rapidsai/cudf
that referenced
this issue
Oct 9, 2024
…17026) the same issue as NVIDIA/spark-rapids-jni#2475 due to rapidsai/kvikio#464 Port the fix from NVIDIA/spark-rapids-jni#2476, verified locally Authors: - Peixin (https://github.com/pxLi) Approvers: - Nghia Truong (https://github.com/ttnghia) URL: #17026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recent cudf submodule sync job failed with the following error:
Looks like something in cudf (either directly or via a dependency) now pulls in a curl dependency that in turn needs OpenSSL.
The text was updated successfully, but these errors were encountered: