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

adonisling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 17e1b6d1b2 [chore](third-party) Porting to GCC-12 (#18560)
17e1b6d1b2 is described below

commit 17e1b6d1b2e4bab0af1dadb46d2d22e695dbcf34
Author: Adonis Ling <adonis0...@gmail.com>
AuthorDate: Wed Apr 12 10:33:24 2023 +0800

    [chore](third-party) Porting to GCC-12 (#18560)
    
    The definitions of _mm_cvtsi128_si16 conflicts. This PR resolves this issue.
---
 thirdparty/CHANGELOG.md | 3 +++
 thirdparty/vars.sh      | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/thirdparty/CHANGELOG.md b/thirdparty/CHANGELOG.md
index 8cfaa900d1..b3da1c6032 100644
--- a/thirdparty/CHANGELOG.md
+++ b/thirdparty/CHANGELOG.md
@@ -2,6 +2,9 @@
 
 This file contains version of the third-party dependency libraries in the 
build-env image. The docker build-env image is apache/doris, and the tag is 
`build-env-${version}`
 
+## v20230411
+- Modified: clucene 2.4.8 -> 2.4.9
+
 ## v20230328
 - Modified: brpc 1.2.0 -> 1.4.0
 - Modified: boost 1.73.0 -> 1.81.0
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index ca9c245f51..0d1ca21864 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -55,10 +55,10 @@ export TP_JAR_DIR="${TP_INSTALL_DIR}/lib/jar"
 #####################################################
 
 #clucene
-CLUCENE_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/libclucene-v2.4.8.tar.gz";
-CLUCENE_NAME="doris-thirdparty-libclucene-v2.4.8.tar.gz"
-CLUCENE_SOURCE="doris-thirdparty-libclucene-v2.4.8"
-CLUCENE_MD5SUM="4d77af3c2c0d3c47754ffa68c277b9d6"
+CLUCENE_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/libclucene-v2.4.9.tar.gz";
+CLUCENE_NAME="doris-thirdparty-libclucene-v2.4.9.tar.gz"
+CLUCENE_SOURCE="doris-thirdparty-libclucene-v2.4.9"
+CLUCENE_MD5SUM="2d5c48bd24b0757d0fecb74111b9b2ed"
 
 # libevent
 
LIBEVENT_DOWNLOAD="https://github.com/libevent/libevent/archive/release-2.1.12-stable.tar.gz";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to