Skip to content

Commit

Permalink
enable IPC in integration nanoarrow build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Aug 30, 2024
1 parent e7b0a6b commit 94dd868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/nanoarrow_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ set -x
mkdir -p ${build_dir}
pushd ${build_dir}

cmake ${source_dir} -DNANOARROW_BUILD_INTEGRATION_TESTS=ON
cmake ${source_dir} -DNANOARROW_IPC=ON -DNANOARROW_BUILD_INTEGRATION_TESTS=ON
cmake --build .

popd

0 comments on commit 94dd868

Please sign in to comment.