Skip to content

Commit 3e7f078

Browse files
committed
turn off tests for unix
1 parent 71aacfe commit 3e7f078

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/scripts/jni_manylinux_build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ devtoolset_version="$(rpm -qa "devtoolset-*-gcc" --queryformat '%{VERSION}' | gr
5757
devtoolset_include_cpp="/opt/rh/devtoolset-${devtoolset_version}/root/usr/include/c++/${devtoolset_version}"
5858
: "${ARROW_ACERO:=ON}"
5959
export ARROW_ACERO
60-
: "${ARROW_BUILD_TESTS:=ON}"
60+
: "${ARROW_BUILD_TESTS:=OFF}"
6161
export ARROW_BUILD_TESTS
62+
: "${ARROW_RUN_TESTS:=OFF}"
63+
export ARROW_RUN_TESTS
6264
: "${ARROW_DATASET:=ON}"
6365
export ARROW_DATASET
6466
: "${ARROW_GANDIVA:=ON}"

0 commit comments

Comments
 (0)