Skip to content

Commit

Permalink
Add --verbose to cmake build to include build command logs
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 4, 2024
1 parent 64bd563 commit d5ccbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/python_wheel_manylinux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ cmake \
${ARROW_EXTRA_CMAKE_FLAGS} \
-G ${CMAKE_GENERATOR} \
/arrow/cpp
cmake --build . --target install
cmake --build . --verbose --target install
popd

# Check that we don't expose any unwanted symbols
Expand Down

0 comments on commit d5ccbf3

Please sign in to comment.