-
Notifications
You must be signed in to change notification settings - Fork 902
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cmake to 3.20.5 in the java docker image
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]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,9 +48,6 @@ export GIT_COMMITTER_EMAIL="[email protected]" | |
export CUDACXX=/usr/local/cuda/bin/nvcc | ||
export LIBCUDF_KERNEL_CACHE_PATH=/rapids | ||
|
||
# add cmake 3.19 to PATH | ||
export PATH=/usr/local/cmake-3.19.0-Linux-x86_64/bin:$PATH | ||
|
||
###### Build libcudf ###### | ||
rm -rf "$WORKSPACE/cpp/build" | ||
mkdir -p "$WORKSPACE/cpp/build" | ||
|