File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ if [ "${ARROW_USE_CCACHE}" == "ON" ]; then
5353fi
5454
5555github_actions_group_begin " Building Arrow C++ libraries"
56- gcc_toolset_version=" $( rpm -qa " gcc-toolset-*-gcc" --queryformat ' %{VERSION}' | grep -o " ^[0-9]*" ) "
57- gcc_toolset_include_cpp=" /opt/rh/gcc-toolset-${gcc_toolset_version} /root/usr/include/c++/${gcc_toolset_version} "
5856: " ${ARROW_ACERO:= ON} "
5957export ARROW_ACERO
6058: " ${ARROW_BUILD_TESTS:= OFF} "
@@ -76,8 +74,6 @@ export ARROW_ORC
7674: " ${VCPKG_ROOT:=/ opt/ vcpkg} "
7775: " ${VCPKG_FEATURE_FLAGS:= -manifests} "
7876: " ${VCPKG_TARGET_TRIPLET:= ${VCPKG_DEFAULT_TRIPLET:- x64-linux-static-${CMAKE_BUILD_TYPE} } } "
79- : " ${GANDIVA_CXX_FLAGS:= -isystem;${gcc_toolset_include_cpp} ;-isystem;${gcc_toolset_include_cpp} / x86_64-redhat-linux;-lpthread} "
80-
8177export ARROW_TEST_DATA=" ${arrow_dir} /testing/data"
8278export PARQUET_TEST_DATA=" ${arrow_dir} /cpp/submodules/parquet-testing/data"
8379export AWS_EC2_METADATA_DISABLED=TRUE
@@ -95,7 +91,6 @@ cmake \
9591 -DARROW_SUBSTRAIT=" ${ARROW_DATASET} " \
9692 -DARROW_DEPENDENCY_SOURCE=" VCPKG" \
9793 -DARROW_DEPENDENCY_USE_SHARED=OFF \
98- -DARROW_GANDIVA_PC_CXX_FLAGS=" ${GANDIVA_CXX_FLAGS} " \
9994 -DARROW_GANDIVA=" ${ARROW_GANDIVA} " \
10095 -DARROW_GCS=" ${ARROW_GCS} " \
10196 -DARROW_JEMALLOC=" ${ARROW_JEMALLOC} " \
You can’t perform that action at this time.
0 commit comments