Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
anandamideShakyan committed Jan 31, 2025
1 parent 55df4d4 commit 8a9b0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presto-native-execution/scripts/setup-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export nproc=$(getconf _NPROCESSORS_ONLN)
export CC=/opt/rh/gcc-toolset-12/root/bin/gcc
export CXX=/opt/rh/gcc-toolset-12/root/bin/g++

WGET_OPTIONS=${WGET_OPTIONS:-"-q"}
TAR_OPTIONS=${TAR_OPTIONS:-""}
WGET_OPTIONS=${WGET_OPTIONS:-""}
TAR_OPTIONS=${TAR_OPTIONS:-"-v"}

CPU_TARGET="${CPU_TARGET:-avx}"
SCRIPT_DIR=$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")
Expand Down

0 comments on commit 8a9b0ac

Please sign in to comment.