Skip to content

Commit

Permalink
apacheGH-36610: [CI][C++] Don't enable ARROW_ACERO by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 11, 2023
1 parent 96ac514 commit 9f95224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/cpp_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pushd ${build_dir}

cmake \
-Dabsl_SOURCE=${absl_SOURCE:-} \
-DARROW_ACERO=${ARROW_ACERO:-ON} \
-DARROW_ACERO=${ARROW_ACERO:-OFF} \
-DARROW_BOOST_USE_SHARED=${ARROW_BOOST_USE_SHARED:-ON} \
-DARROW_BUILD_BENCHMARKS_REFERENCE=${ARROW_BUILD_BENCHMARKS:-OFF} \
-DARROW_BUILD_BENCHMARKS=${ARROW_BUILD_BENCHMARKS:-OFF} \
Expand Down

0 comments on commit 9f95224

Please sign in to comment.