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 9350164 commit c3ae53bCopy full SHA for c3ae53b
ci/scripts/jni_windows_build.sh
@@ -87,12 +87,6 @@ cmake \
87
-GNinja
88
cmake --build "${build_dir}/cpp"
89
cmake --install "${build_dir}/cpp"
90
-echo "--- ${install_dir}/lib/cmake/Arrow/ArrowConfig.cmake ---"
91
-cat "${install_dir}/lib/cmake/Arrow/ArrowConfig.cmake"
92
-echo "--- ${install_dir}/lib/cmake/Arrow/ArrowTargets.cmake ---"
93
-cat "${install_dir}/lib/cmake/Arrow/ArrowTargets.cmake"
94
-echo "--- ${install_dir}/lib/cmake/Arrow/ArrowTargets-release.cmake ---"
95
-cat "${install_dir}/lib/cmake/Arrow/ArrowTargets-release.cmake"
96
github_actions_group_end
97
98
if [ "${ARROW_RUN_TESTS:-OFF}" = "ON" ]; then
0 commit comments