This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 387b2bca0 [GLUTEN-5178][VL] Revert "[VL] Remove installing openssl in
centos8 setup script (#5087)" (#5245)
387b2bca0 is described below
commit 387b2bca0a1c409c5020c8b9c57f4144a0abf5ce
Author: PHILO-HE <[email protected]>
AuthorDate: Tue Apr 2 12:52:49 2024 +0800
[GLUTEN-5178][VL] Revert "[VL] Remove installing openssl in centos8 setup
script (#5087)" (#5245)
---
ep/build-velox/src/get_velox.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 20ae27440..c0fdaf277 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -134,6 +134,8 @@ function process_setup_centos8 {
sed -i 's/dnf_install ninja-build cmake curl ccache gcc-toolset-9
git/dnf_install ninja-build cmake curl ccache gcc-toolset-9/'
scripts/setup-centos8.sh
sed -i '/^function dnf_install/i\DEPENDENCY_DIR=${DEPENDENCY_DIR:-$(pwd)}'
scripts/setup-centos8.sh
sed -i '/^dnf_install autoconf/a\dnf_install libxml2-devel libgsasl-devel
libuuid-devel' scripts/setup-centos8.sh
+ sed -i '/^function install_gflags.*/i function install_openssl {\n
wget_and_untar
https://github.com/openssl/openssl/archive/refs/tags/OpenSSL_1_1_1s.tar.gz
openssl \n cd openssl \n ./config no-shared && make depend && make && sudo make
install \n cd ..\n}\n' scripts/setup-centos8.sh
+ sed -i '/^ run_and_time install_fbthrift/a \ run_and_time install_openssl'
scripts/setup-centos8.sh
if [ $ENABLE_HDFS == "ON" ]; then
sed -i '/^function install_gflags.*/i function install_libhdfs3 {\n cd
"\${DEPENDENCY_DIR}"\n github_checkout oap-project/libhdfs3 master\n cd ..\n
cmake_install libhdfs3\n}\n' scripts/setup-centos8.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]