Skip to content

Commit 4da8025

Browse files
committed
Fix: set default values for ARROW_ACERO and ARROW_S3 in jni_macos_build.sh
1 parent 4b977b2 commit 4da8025

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ci/scripts/jni_macos_build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,14 @@ install_dir="${build_dir}/cpp-install"
6262

6363
export ARROW_BUILD_TESTS=OFF
6464

65+
: "${ARROW_ACERO:=ON}"
66+
export ARROW_ACERO
6567
export ARROW_DATASET=ON
6668
export ARROW_GANDIVA=ON
6769
export ARROW_ORC=ON
6870
export ARROW_PARQUET=ON
71+
: "${ARROW_S3:=ON}"
72+
export ARROW_S3
6973

7074
export AWS_EC2_METADATA_DISABLED=TRUE
7175

0 commit comments

Comments
 (0)