File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212 source ci/scripts/util_enable_core_dumps.sh
213213 archery docker run \
214214 -e ARROW_BUILD_TESTS=ON \
215- -e ARROW_CMAKE_ARGS="-DARROW_BUILD_TESTS=ON" \
215+ -e ARROW_CMAKE_ARGS="-DARROW_BUILD_TESTS=ON -DCMAKE_FIND_DEBUG_MODE=ON " \
216216 -e CMAKE_PRESET=ninja-release-jni-linux \
217217 -e VCPKG_ROOT=/opt/vcpkg \
218218 -e VCPKG_TARGET_TRIPLET=${ARCH}-linux-static-release \
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ if [ "${ARROW_USE_MESON:-OFF}" = "OFF" ] && \
140140 -S " ${source_dir} /examples/minimal_build" \
141141 -B " ${build_dir} /examples/minimal_build" \
142142 -DCMAKE_PREFIX_PATH=" ${CMAKE_PREFIX_PATH} "
143- cmake --build " ${build_dir} /examples/minimal_build"
143+ cmake --build " ${build_dir} /examples/minimal_build" --verbose
144144 pushd " ${source_dir} /examples/minimal_build"
145145 # PATH= is for Windows.
146146 PATH=" ${CMAKE_INSTALL_PREFIX:- ${ARROW_HOME} } /bin:${PATH} " \
You can’t perform that action at this time.
0 commit comments