This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new d87409c5cad [fix](inverted index) Downgrade ICU version to support lower OS versions #47664 (#50005) d87409c5cad is described below commit d87409c5cada6a72dd81a7f6cf7d012420ccfb12 Author: Mryange <yanxuech...@selectdb.com> AuthorDate: Wed Apr 16 12:43:20 2025 +0800 [fix](inverted index) Downgrade ICU version to support lower OS versions #47664 (#50005) --- 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 b371125aa5f..abdad19a97c 100755 --- a/thirdparty/build-thirdparty.sh +++ b/thirdparty/build-thirdparty.sh @@ -1801,10 +1801,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 af685b67c55..3021f7443f5 100644 --- a/thirdparty/vars.sh +++ b/thirdparty/vars.sh @@ -509,10 +509,10 @@ BASE64_SOURCE="base64-0.5.2" BASE64_MD5SUM="49e5a6c98bd0192aedd16c16eec39974" # 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" # jindofs JINDOFS_DOWNLOAD="https://github.com/apache/doris-thirdparty/releases/download/alibabacloud-jindodata-releases/jindofs-6.8.2-libs-0.1.tar.gz" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org