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 9051a8125 [VL] Remove fix for stringop-overflow warning in alinux3
(#6522)
9051a8125 is described below
commit 9051a81252e22bf8bda8a5492aed0202d9f5d9c3
Author: Deepak Majeti <[email protected]>
AuthorDate: Fri Jul 19 23:41:18 2024 -0400
[VL] Remove fix for stringop-overflow warning in alinux3 (#6522)
---
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 f99bb3a40..09fc52f1e 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -225,7 +225,6 @@ 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/.*pip.* install/#&/" scripts/setup-centos8.sh
- sed -i 's/ADDITIONAL_FLAGS=""/ADDITIONAL_FLAGS="-Wno-stringop-overflow"/g'
scripts/setup-helper-functions.sh
}
function process_setup_tencentos32 {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]