This is an automated email from the ASF dual-hosted git repository.

philo 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 5cce2830c [GLUTEN-6569][VL] Delete unnecessary gcc9 enabling from 
package script (#6730)
5cce2830c is described below

commit 5cce2830c89ec7b91e58b863a7b622ece69b9620
Author: Zhen Wang <[email protected]>
AuthorDate: Thu Aug 8 10:27:02 2024 +0800

    [GLUTEN-6569][VL] Delete unnecessary gcc9 enabling from package script 
(#6730)
---
 dev/package.sh | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dev/package.sh b/dev/package.sh
index 6da750b44..a26f94d9b 100755
--- a/dev/package.sh
+++ b/dev/package.sh
@@ -9,13 +9,6 @@ VERSION=$(. /etc/os-release && echo ${VERSION_ID})
 ARCH=`uname -m`
 
 cd "$GLUTEN_DIR"
-if [ "$LINUX_OS" == "centos" ]; then
-  if [ "$VERSION" == "8" ]; then
-    source /opt/rh/gcc-toolset-9/enable
-  elif [ "$VERSION" == "7" ]; then
-    source /opt/rh/devtoolset-9/enable
-  fi
-fi
 
 # build gluten with velox backend, prompt always respond y
 export PROMPT_ALWAYS_RESPOND=y


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to