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 5d8ac7296 [VL] Add -Wno-stringop-overflow for alinux3 (#5686)
5d8ac7296 is described below
commit 5d8ac72966b9c23870654fe56ffe276579c93c15
Author: Kerwin Zhang <[email protected]>
AuthorDate: Fri May 10 16:28:42 2024 +0800
[VL] Add -Wno-stringop-overflow for alinux3 (#5686)
---
ep/build-velox/src/get_velox.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 46dc793ed..b54da5c68 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -206,6 +206,7 @@ function process_setup_alinux3 {
sed -i 's|^export CXX=/opt/rh/gcc-toolset-9/root/bin/g++|# &|'
scripts/setup-centos8.sh
sed -i 's/python39 python39-devel python39-pip //g' scripts/setup-centos8.sh
sed -i 's/pip3.9/pip3.6/g' 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
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]