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 ba2acda commit bc8b82bCopy full SHA for bc8b82b
ci/scripts/jni_manylinux_build.sh
@@ -72,6 +72,7 @@ cmake \
72
-S "${arrow_dir}/cpp" \
73
-B "${build_dir}/cpp" \
74
--preset=ninja-release-jni-linux \
75
+ -DARROW_TESTING=ON \
76
-DCMAKE_INSTALL_PREFIX="${install_dir}"
77
cmake --build "${build_dir}/cpp"
78
cmake --install "${build_dir}/cpp"
0 commit comments