From c9771e58ca9bc670684cfa2486608d6f9e9a47c4 Mon Sep 17 00:00:00 2001 From: Liangcai Li Date: Wed, 16 Aug 2023 11:34:00 +0800 Subject: [PATCH] Update sanitizer settings for ci (#1347) Disable sanitizer for premerge and enable it for submodule sync-up Signed-off-by: Liangcai Li --- ci/premerge-build.sh | 3 +-- ci/submodule-sync.sh | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/premerge-build.sh b/ci/premerge-build.sh index a2b340cd5f..e3adc10b3e 100755 --- a/ci/premerge-build.sh +++ b/ci/premerge-build.sh @@ -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 diff --git a/ci/submodule-sync.sh b/ci/submodule-sync.sh index c9cd6e5016..2b8b186152 100755 --- a/ci/submodule-sync.sh +++ b/ci/submodule-sync.sh @@ -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