Skip to content

Commit

Permalink
[fix](inverted index) Downgrade ICU version to support lower OS versi…
Browse files Browse the repository at this point in the history
…ons (apache#47664)
  • Loading branch information
zzzxl1993 authored Feb 9, 2025
1 parent e6241ea commit 74e82fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions thirdparty/build-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1846,10 +1846,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
Expand Down
8 changes: 4 additions & 4 deletions thirdparty/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 74e82fd

Please sign in to comment.