Skip to content

Commit

Permalink
Enable memcheck for jni unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Liangcai Li <[email protected]>
  • Loading branch information
firestarman committed Aug 8, 2023
1 parent 71f15b3 commit 543418b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/nightly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ MVN="mvn -Dmaven.wagon.http.retryHandler.count=3 -B"
CUDA_VER=${CUDA_VER:-cuda`nvcc --version | sed -n 's/^.*release \([0-9]\+\)\..*$/\1/p'`}
PARALLEL_LEVEL=${PARALLEL_LEVEL:-4}
USE_GDS=${USE_GDS:-ON}
${MVN} clean package ${MVN_MIRROR} \
SANITIZER_CMD="compute-sanitizer --tool memcheck --target-processes all $SANITIZER_OPTS"
${SANITIZER_CMD} ${MVN} clean package ${MVN_MIRROR} \
-Psource-javadoc \
-DCPP_PARALLEL_LEVEL=${PARALLEL_LEVEL} \
-Dlibcudf.build.configure=true \
Expand Down

0 comments on commit 543418b

Please sign in to comment.