This is an automated email from the ASF dual-hosted git repository.

gavinchou pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 63db552e711 [fix](inverted index) Downgrade ICU version to support 
lower OS versions #47664 (#50003)
63db552e711 is described below

commit 63db552e71102bf9d645bbc252129d31ea78c0a0
Author: Mryange <[email protected]>
AuthorDate: Mon Apr 14 20:42:27 2025 +0800

    [fix](inverted index) Downgrade ICU version to support lower OS versions 
#47664 (#50003)
---
 thirdparty/build-thirdparty.sh | 6 ++++--
 thirdparty/vars.sh             | 8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index d36e9fcd61d..28532cbd3e5 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -1843,10 +1843,12 @@ build_icu() {
     cd "${BUILD_DIR}"
 
     ../configure --prefix="${TP_INSTALL_DIR}" \
-        --disable-shared \
         --enable-static \
+        --disable-shared \
+        --enable-release \
+        --disable-tests \
         --disable-samples \
-        --disable-tests
+        --disable-fuzzer
 
     make -j "${PARALLEL}"
     make install
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 02f04d7cbf0..324501d2819 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -521,10 +521,10 @@ DRAGONBOX_SOURCE=dragonbox-1.1.3
 DRAGONBOX_MD5SUM="889dc00db9612c6949a4ccf8115e0e6a"
 
 # icu
-ICU_DOWNLOAD="https://github.com/unicode-org/icu/archive/refs/tags/release-75-1.tar.gz";
-ICU_NAME=release-75-1.tar.gz
-ICU_SOURCE=icu-release-75-1
-ICU_MD5SUM="4003649b8731f938c852748ffa393847"
+ICU_DOWNLOAD="https://github.com/unicode-org/icu/archive/refs/tags/release-69-1.tar.gz";
+ICU_NAME=release-69-1.tar.gz
+ICU_SOURCE=icu-release-69-1
+ICU_MD5SUM="135125f633864285d637db5c01e0388b"
 
 # all thirdparties which need to be downloaded is set in array TP_ARCHIVES
 export TP_ARCHIVES=(


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

Reply via email to