Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 5, 2024
1 parent 3ad564c commit fbcf748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/setup-centos9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function install_arrow {

# Install thrift.
cd _build/thrift_ep-prefix/src/thrift_ep-build
cmake --install ./ --prefix /usr/local/
$SUDO cmake --install ./ --prefix /usr/local/
}

function install_cuda {
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function install_arrow {

# Install thrift.
cd _build/thrift_ep-prefix/src/thrift_ep-build
cmake --install ./ --prefix /usr/local/
$SUDO cmake --install ./ --prefix /usr/local/
}

function install_cuda {
Expand Down

0 comments on commit fbcf748

Please sign in to comment.