-
Notifications
You must be signed in to change notification settings - Fork 915
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
Fix cudf java build error. #9958
Conversation
This is caused by the change in rapidsai#9942. Signed-off-by: Firestarman <[email protected]>
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #9958 +/- ##
================================================
+ Coverage 10.37% 10.40% +0.03%
================================================
Files 119 119
Lines 20115 20511 +396
================================================
+ Hits 2086 2134 +48
- Misses 18029 18377 +348
Continue to review full report at Codecov.
|
LGTM! Thanks for the fix. |
rerun tests |
rerun tests |
java build failed in CI, seems to be related to conda libraries installation.
|
I am going to merge this to unblock the cudf Java nightly build. |
@gpucibot merge |
cudf Java build is broken by #9942. So update the
hash
JNI accordingly.Signed-off-by: Firestarman [email protected]