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 aadeb8bb66 [VL] Update centos setup scripts to install new tzdata
(#8988)
aadeb8bb66 is described below
commit aadeb8bb66ee9c5c6d5d59c8345e8cb85ea1092b
Author: Yuan <[email protected]>
AuthorDate: Fri Mar 14 04:11:48 2025 +0000
[VL] Update centos setup scripts to install new tzdata (#8988)
---
ep/build-velox/src/setup-centos7.sh | 2 +-
ep/build-velox/src/setup-centos8.sh | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ep/build-velox/src/setup-centos7.sh
b/ep/build-velox/src/setup-centos7.sh
index dbac575fbb..5fe313f096 100755
--- a/ep/build-velox/src/setup-centos7.sh
+++ b/ep/build-velox/src/setup-centos7.sh
@@ -231,7 +231,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 libxml2-devel libgsasl-devel libuuid-devel patch libicu-devel
+ curl-devel libxml2-devel libgsasl-devel libuuid-devel patch libicu-devel
tzdata
$SUDO dnf remove -y gflags
diff --git a/ep/build-velox/src/setup-centos8.sh
b/ep/build-velox/src/setup-centos8.sh
index fd83af3671..a81d9d2f09 100755
--- a/ep/build-velox/src/setup-centos8.sh
+++ b/ep/build-velox/src/setup-centos8.sh
@@ -59,6 +59,7 @@ function install_build_prerequisites {
dnf_install ninja-build curl ccache gcc-toolset-11 git wget which
dnf_install yasm
dnf_install autoconf automake python39 python39-devel python39-pip libtool
+ dnf_install
https://rpmfind.net/linux/almalinux/8.10/BaseOS/x86_64/os/Packages/tzdata-2024b-4.el8.noarch.rpm
pip3.9 install cmake==3.28.3
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]