This is an automated email from the ASF dual-hosted git repository.
yangzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 6b3b53233 [VL] Fix Alinux3 arrow build issue (#6363)
6b3b53233 is described below
commit 6b3b53233b82c41e4d4410785938f82d9ac9b30d
Author: Joey <[email protected]>
AuthorDate: Mon Jul 8 10:25:28 2024 +0800
[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 3e99229ad..c60479f22 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -198,7 +198,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 {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]