Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 24, 2024
1 parent b3349de commit e85c2ba
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ep/build-velox/src/setup-centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,6 @@ function install_fmt {
cmake_install fmt -DFMT_TEST=OFF
}

function install_curl {
cd "${DEPENDENCY_DIR}"
github_checkout curl/curl curl-7_68_0
cmake -DCMAKE_BUILD_TYPE=Release -DOPENSSL_USE_STATIC_LIBS=TRUE -DBUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON && cmake --build . && sudo cmake --install .
}

function install_duckdb {
if $BUILD_DUCKDB ; then
echo 'Building DuckDB'
Expand All @@ -241,7 +235,6 @@ function install_prerequisites {
function install_velox_deps {
run_and_time install_fmt
run_and_time install_folly
run_and_time install_curl
run_and_time install_protobuf
run_and_time install_gtest
run_and_time install_conda
Expand All @@ -257,7 +250,7 @@ dnf_install epel-release dnf-plugins-core # For ccache, ninja
dnf_install ccache wget which libevent-devel \
yasm \
openssl-devel libzstd-devel lz4-devel double-conversion-devel \
curl-devel libcurl-devel libxml2-devel libgsasl-devel libuuid-devel patch
curl-devel libxml2-devel libgsasl-devel libuuid-devel patch

$SUDO dnf remove -y gflags

Expand Down

0 comments on commit e85c2ba

Please sign in to comment.