diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index da560074..17db1f07 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -33,6 +33,9 @@ rapids-pip-retry install \ sccache --zero-stats # First build the C++ lib using CMake via the run script +rapids-logger "debug path '$PATH' " +rapids-logger "debug cmake path '$(which cmake)' " + ./run build_local all ${CMAKE_BUILD_TYPE} sccache --show-adv-stats