-
Notifications
You must be signed in to change notification settings - Fork 902
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
Use cmake 3.20.1 as it is now required by rmm #8586
Use cmake 3.20.1 as it is now required by rmm #8586
Conversation
@gpucibot merge |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8586 +/- ##
===============================================
Coverage ? 82.99%
===============================================
Files ? 109
Lines ? 18212
Branches ? 0
===============================================
Hits ? 15115
Misses ? 3097
Partials ? 0 Continue to review full report at Codecov.
|
cuDF updated the cmake requiring 3.20.1 or higher version with rapidsai#8586, while cmake version in the java docker image is still 3.19.0. Need to update cmake version in the java docker image to meet the requirement. Signed-off-by: Tim Liu <[email protected]>
cuDF updated the cmake requiring `3.20.1` or higher version with #8586, while cmake version in the java docker image is still `3.19.0`. Need to update cmake version in the java docker image to meet the requirement. Signed-off-by: Tim Liu <[email protected]> Authors: - https://github.com/NvTimLiu Approvers: - Jason Lowe (https://github.com/jlowe) URL: #8593
Corrects failures when compiling in CI due to the bump in requirements by rmm usage of rapids-cmake