Skip to content

Commit

Permalink
Update sanitizer settings for ci (#1347)
Browse files Browse the repository at this point in the history
Disable sanitizer for premerge and enable it for submodule sync-up

Signed-off-by: Liangcai Li <[email protected]>
  • Loading branch information
firestarman authored Aug 16, 2023
1 parent 82c5b4c commit c9771e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ci/premerge-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ ${MVN} verify ${MVN_MIRROR} \
-DCPP_PARALLEL_LEVEL=${PARALLEL_LEVEL} \
-Dlibcudf.build.configure=true \
-DUSE_GDS=ON -Dtest=*,!CuFileTest,!CudaFatalTest,!ColumnViewNonEmptyNullsTest \
-DBUILD_TESTS=ON \
-DUSE_SANITIZER=ON
-DBUILD_TESTS=ON
3 changes: 2 additions & 1 deletion ci/submodule-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ ${MVN} verify ${MVN_MIRROR} \
-DCPP_PARALLEL_LEVEL=${PARALLEL_LEVEL} \
-Dlibcudf.build.configure=true \
-DUSE_GDS=ON -Dtest=*,!CuFileTest,!CudaFatalTest,!ColumnViewNonEmptyNullsTest \
-DBUILD_TESTS=ON
-DBUILD_TESTS=ON \
-DUSE_SANITIZER=ON
verify_status=$?
set -e

Expand Down

0 comments on commit c9771e5

Please sign in to comment.