From 039ecbb5ebfc48b516cf65eef8fc863f0ea2dbb4 Mon Sep 17 00:00:00 2001 From: Joey Date: Mon, 8 Jul 2024 10:25:28 +0800 Subject: [PATCH] [VL] Fix Alinux3 arrow build issue (#6363) --- ep/build-velox/src/get_velox.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh index 1b28c1569390..6ba29cf79999 100755 --- a/ep/build-velox/src/get_velox.sh +++ b/ep/build-velox/src/get_velox.sh @@ -200,7 +200,6 @@ function process_setup_alinux3 { sed -i 's/python39 python39-devel python39-pip //g' scripts/setup-centos8.sh sed -i "s/.*pip.* install/#&/" scripts/setup-centos8.sh sed -i 's/ADDITIONAL_FLAGS=""/ADDITIONAL_FLAGS="-Wno-stringop-overflow"/g' scripts/setup-helper-functions.sh - sed -i "s/\${CMAKE_INSTALL_LIBDIR}/lib64/" third_party/CMakeLists.txt } function process_setup_tencentos32 {