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 71aacfe commit 3e7f078Copy full SHA for 3e7f078
ci/scripts/jni_manylinux_build.sh
@@ -57,8 +57,10 @@ devtoolset_version="$(rpm -qa "devtoolset-*-gcc" --queryformat '%{VERSION}' | gr
57
devtoolset_include_cpp="/opt/rh/devtoolset-${devtoolset_version}/root/usr/include/c++/${devtoolset_version}"
58
: "${ARROW_ACERO:=ON}"
59
export ARROW_ACERO
60
-: "${ARROW_BUILD_TESTS:=ON}"
+: "${ARROW_BUILD_TESTS:=OFF}"
61
export ARROW_BUILD_TESTS
62
+: "${ARROW_RUN_TESTS:=OFF}"
63
+export ARROW_RUN_TESTS
64
: "${ARROW_DATASET:=ON}"
65
export ARROW_DATASET
66
: "${ARROW_GANDIVA:=ON}"
0 commit comments