Skip to content

Commit

Permalink
update env script for jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
pxLi committed Aug 7, 2021
1 parent 887233a commit 94bbd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/version-def.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for VAR in $OVERWRITE_PARAMS;do
done
IFS=$PRE_IFS

CUDF_VER=${CUDF_VER:-"21.08.0-SNAPSHOT"}
CUDF_VER=${CUDF_VER:-"21.08.2"}
CUDA_CLASSIFIER=${CUDA_CLASSIFIER:-"cuda11"}
PROJECT_VER=${PROJECT_VER:-"21.08.0-SNAPSHOT"}
PROJECT_TEST_VER=${PROJECT_TEST_VER:-"21.08.0-SNAPSHOT"}
Expand Down
2 changes: 1 addition & 1 deletion udf-examples/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} -w --expt-extended-lambda --expt-relax
set(CUDA_USE_STATIC_CUDA_RUNTIME OFF)

CPMAddPackage(NAME cudf
VERSION "21.08.00"
VERSION "21.08.02"
GIT_REPOSITORY https://github.com/rapidsai/cudf.git
GIT_TAG branch-21.08
GIT_SHALLOW TRUE
Expand Down

0 comments on commit 94bbd5c

Please sign in to comment.