Skip to content

Commit

Permalink
Merge pull request NVIDIA#758 from NVIDIA/bot-auto-merge-branch-22.12
Browse files Browse the repository at this point in the history
[auto-merge] bot-auto-merge-branch-22.12 to branch-23.02 [skip ci] [bot]
  • Loading branch information
nvauto authored Nov 21, 2022
2 parents df4e766 + cc886e0 commit a2e51ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/nightly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ git submodule update --init --recursive

MVN="mvn -Dmaven.wagon.http.retryHandler.count=3 -B"
PARALLEL_LEVEL=${PARALLEL_LEVEL:-4}
USE_GDS=${USE_GDS:-ON}
${MVN} clean package ${MVN_MIRROR} \
-Psource-javadoc \
-DCPP_PARALLEL_LEVEL=${PARALLEL_LEVEL} \
-Dlibcudf.build.configure=true \
-DUSE_GDS=ON -Dtest=*,!CuFileTest,!CudaFatalTest \
-DBUILD_TESTS=ON
-DUSE_GDS=${USE_GDS} -Dtest=*,!CuFileTest,!CudaFatalTest \
-DBUILD_TESTS=ON

0 comments on commit a2e51ad

Please sign in to comment.