Skip to content

Commit

Permalink
Attempt 5. Verboser.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Oct 12, 2023
1 parent 6c798fc commit 6e42fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/conda-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export OPENSSL_DIR="$CONDA_PREFIX"
echo "Build starting on $(date)"

cmake -S . -B build ${CMAKE_ARGS} --trace
cmake --build build -j$CPU_COUNT --verbose --trace
cmake --install build --prefix "$PREFIX" --verbose --trace
cmake --build build -j$CPU_COUNT --verbose
cmake --install build --prefix "$PREFIX" --verbose

CMAKE_ARGS="
-DFIND_LEGATE_CORE_CPP=ON
Expand Down

0 comments on commit 6e42fa2

Please sign in to comment.