We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ae53b commit 0b47984Copy full SHA for 0b47984
ci/scripts/jni_build.sh
@@ -66,7 +66,7 @@ cmake \
66
-DProtobuf_USE_STATIC_LIBS=ON \
67
-GNinja \
68
"${EXTRA_CMAKE_OPTIONS[@]}"
69
-cmake --build "${build_dir}"
+cmake --build "${build_dir}" --verbose
70
if [ "${ARROW_JAVA_BUILD_TESTS}" = "ON" ]; then
71
ctest \
72
--output-on-failure \
ci/scripts/jni_manylinux_build.sh
@@ -77,6 +77,7 @@ cmake \
77
-DCMAKE_INSTALL_PREFIX="${install_dir}"
78
cmake --build "${build_dir}/cpp"
79
cmake --install "${build_dir}/cpp"
80
+cat "${install_dir}/lib64/cmake/Arrow/ArrowConfig.cmake"
81
github_actions_group_end
82
83
JAVA_JNI_CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
0 commit comments