Skip to content

Commit

Permalink
[native] Remove libuuid dependency from Centos and Ubuntu setup scripts
Browse files Browse the repository at this point in the history
This was required for the antlr dependency which is now removed.
  • Loading branch information
majetideepak committed Feb 2, 2024
1 parent 6426275 commit 1c14dff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions presto-native-execution/scripts/setup-centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ dnf install -y perl-XML-XPath

python3 -m pip install regex pyyaml chevron black six

# Required for Antlr4
dnf install -y libuuid-devel

export CC=/opt/rh/gcc-toolset-9/root/bin/gcc
export CXX=/opt/rh/gcc-toolset-9/root/bin/g++

Expand Down
2 changes: 1 addition & 1 deletion presto-native-execution/scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -eufx -o pipefail
# Run the velox setup script first.
source "$(dirname "${BASH_SOURCE}")/../velox/scripts/setup-ubuntu.sh"
export FB_OS_VERSION=v2023.12.04.00
sudo apt install -y gperf uuid-dev
sudo apt install -y gperf

function install_six {
pip3 install six
Expand Down

0 comments on commit 1c14dff

Please sign in to comment.