Skip to content

Commit

Permalink
[GLUTEN-6569][VL] Delete unnecessary gcc9 enabling from package script (
Browse files Browse the repository at this point in the history
  • Loading branch information
wForget authored Aug 8, 2024
1 parent a57ff95 commit 5cce283
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dev/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cce283

Please sign in to comment.