Skip to content

Commit

Permalink
remove debug args
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Feb 14, 2024
1 parent 8062543 commit 8621111
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ show_conda_info

rapids-logger "Configuring for build and test"
git submodule update --init --recursive
cat /opt/conda/envs/mrc/lib/rapids/cmake/thrust/thrust-header-search.cmake
cmake -B build -G Ninja ${CMAKE_FLAGS} --debug-find-pkg=spdlog --debug-find-pkg=Thrust .
cmake -B build -G Ninja ${CMAKE_FLAGS} .

rapids-logger "Building MRC"
cmake --build build --parallel ${PARALLEL_LEVEL}
Expand Down

0 comments on commit 8621111

Please sign in to comment.