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 5dfbe5258b [GLUTEN-7797][VL] Fix missing icu lib on centos-7 (#7798)
5dfbe5258b is described below

commit 5dfbe5258b2b0ff17097ed49b1b63346416e76ba
Author: PHILO-HE <[email protected]>
AuthorDate: Mon Nov 4 21:56:02 2024 +0800

    [GLUTEN-7797][VL] Fix missing icu lib on centos-7 (#7798)
---
 ep/build-velox/src/setup-centos7.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ep/build-velox/src/setup-centos7.sh 
b/ep/build-velox/src/setup-centos7.sh
index 8715063413..45880161a4 100755
--- a/ep/build-velox/src/setup-centos7.sh
+++ b/ep/build-velox/src/setup-centos7.sh
@@ -242,7 +242,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
+  curl-devel libxml2-devel libgsasl-devel libuuid-devel patch libicu-devel
 
 $SUDO dnf remove -y gflags
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to