Skip to content

Commit

Permalink
remove early exit
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Feb 14, 2024
1 parent e8277d0 commit 122833e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/scripts/github/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ 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
exit 1
cmake -B build -G Ninja ${CMAKE_FLAGS} --debug-find-pkg=spdlog --debug-find-pkg=Thrust .

rapids-logger "Building MRC"
Expand Down

0 comments on commit 122833e

Please sign in to comment.