Skip to content

Commit 0b47984

Browse files
committed
Debug
1 parent c3ae53b commit 0b47984

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/scripts/jni_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cmake \
6666
-DProtobuf_USE_STATIC_LIBS=ON \
6767
-GNinja \
6868
"${EXTRA_CMAKE_OPTIONS[@]}"
69-
cmake --build "${build_dir}"
69+
cmake --build "${build_dir}" --verbose
7070
if [ "${ARROW_JAVA_BUILD_TESTS}" = "ON" ]; then
7171
ctest \
7272
--output-on-failure \

ci/scripts/jni_manylinux_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ cmake \
7777
-DCMAKE_INSTALL_PREFIX="${install_dir}"
7878
cmake --build "${build_dir}/cpp"
7979
cmake --install "${build_dir}/cpp"
80+
cat "${install_dir}/lib64/cmake/Arrow/ArrowConfig.cmake"
8081
github_actions_group_end
8182

8283
JAVA_JNI_CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"

0 commit comments

Comments
 (0)