File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 6060github_actions_group_begin " Building Arrow C++ libraries"
6161install_dir=" ${build_dir} /cpp-install"
6262
63- export ARROW_TEST_DATA=" ${arrow_dir} /testing/data"
64- export PARQUET_TEST_DATA=" ${arrow_dir} /cpp/submodules/parquet-testing/data"
63+ export ARROW_DATASET=ON
64+ export ARROW_GANDIVA=ON
65+ export ARROW_ORC=ON
66+ export ARROW_PARQUET=ON
67+
6568export AWS_EC2_METADATA_DISABLED=TRUE
6669
6770cmake \
Original file line number Diff line number Diff line change @@ -53,13 +53,17 @@ if [ "${ARROW_USE_CCACHE}" == "ON" ]; then
5353fi
5454
5555github_actions_group_begin " Building Arrow C++ libraries"
56+
5657: " ${VCPKG_ROOT:=/ opt/ vcpkg} "
5758: " ${VCPKG_FEATURE_FLAGS:= -manifests} "
5859: " ${VCPKG_TARGET_TRIPLET:= ${VCPKG_DEFAULT_TRIPLET:- x64-linux-static-release} } "
5960export VCPKG_TARGET_TRIPLET
6061
61- export ARROW_TEST_DATA=" ${arrow_dir} /testing/data"
62- export PARQUET_TEST_DATA=" ${arrow_dir} /cpp/submodules/parquet-testing/data"
62+ export ARROW_DATASET=ON
63+ export ARROW_GANDIVA=ON
64+ export ARROW_ORC=ON
65+ export ARROW_PARQUET=ON
66+
6367export AWS_EC2_METADATA_DISABLED=TRUE
6468
6569install_dir=" ${build_dir} /cpp-install"
You can’t perform that action at this time.
0 commit comments