Skip to content

Commit

Permalink
add path to toolset
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Mar 1, 2024
1 parent 7b210f9 commit 69a6581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup-centos8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CMAKE_BUILD_TYPE="${BUILD_TYPE:-Release}"
BUILD_DUCKDB="${BUILD_DUCKDB:-true}"
export CC=/opt/rh/gcc-toolset-9/root/bin/gcc
export CXX=/opt/rh/gcc-toolset-9/root/bin/g++
export PATH=/opt/rh/gcc-toolset-9/root/usr/bin${PATH:+:${PATH}}

function dnf_install {
dnf install -y -q --setopt=install_weak_deps=False "$@"
Expand Down

0 comments on commit 69a6581

Please sign in to comment.