Skip to content

Commit

Permalink
GH-36610: [CI][C++] Don't enable ARROW_ACERO by default (#36611)
Browse files Browse the repository at this point in the history
### Rationale for this change

Because it's not a required component.

### What changes are included in this PR?

Use `OFF` by default.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #36610

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Jul 14, 2023
1 parent b975977 commit 8245b21
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_AZURE=${ARROW_AZURE:-OFF} \
-DARROW_BOOST_USE_SHARED=${ARROW_BOOST_USE_SHARED:-ON} \
-DARROW_BUILD_BENCHMARKS_REFERENCE=${ARROW_BUILD_BENCHMARKS:-OFF} \
Expand Down

0 comments on commit 8245b21

Please sign in to comment.