diff --git a/.github/workflows/build-all-rapids-repos.yml b/.github/workflows/build-all-rapids-repos.yml index 5443d1d2..11d76b1c 100644 --- a/.github/workflows/build-all-rapids-repos.yml +++ b/.github/workflows/build-all-rapids-repos.yml @@ -60,17 +60,16 @@ jobs: clone-all -j$(nproc) -v -q --clone-upstream --depth 1 --single-branch --shallow-submodules; # Configure all the C++ libs - time configure-all \ - -j0 \ - -GNinja \ - -Wno-dev \ - -DBUILD_TESTS=ON \ - -DBUILD_BENCHMARKS=ON \ - -DBUILD_PRIMS_BENCH=ON \ - -DBUILD_SHARED_LIBS=ON \ - -DRAFT_COMPILE_LIBRARY=ON \ - -DBUILD_CUGRAPH_MG_TESTS=ON \ - -DDISABLE_DEPRECATION_WARNINGS=ON ; + time configure-all \ + -j0 \ + -GNinja \ + -Wno-dev \ + -DBUILD_TESTS=ON \ + -DBUILD_BENCHMARKS=ON \ + -DBUILD_PRIMS_BENCH=ON \ + -DBUILD_SHARED_LIBS=ON \ + -DRAFT_COMPILE_LIBRARY=ON \ + -DBUILD_CUGRAPH_MG_TESTS=ON ; # Build all the C++ libs time build-all-cpp -j0;