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

zouxinyi 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 558356f98a7 [fix](memory) Fix jemalloc lib name for thirdparty arrow 
(#28843)
558356f98a7 is described below

commit 558356f98a7c4e1b8f7b1552cb1e72227d5adcdd
Author: Xinyi Zou <zouxiny...@gmail.com>
AuthorDate: Tue Feb 20 16:41:55 2024 +0800

    [fix](memory) Fix jemalloc lib name for thirdparty arrow (#28843)
    
    after #28429
---
 be/cmake/thirdparty.cmake      | 2 +-
 thirdparty/build-thirdparty.sh | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/be/cmake/thirdparty.cmake b/be/cmake/thirdparty.cmake
index 3dca9252faa..0d485b2466e 100644
--- a/be/cmake/thirdparty.cmake
+++ b/be/cmake/thirdparty.cmake
@@ -78,7 +78,7 @@ add_thirdparty(crypto)
 add_thirdparty(openssl LIBNAME "lib/libssl.a")
 add_thirdparty(leveldb)
 add_thirdparty(jemalloc LIBNAME "lib/libjemalloc_doris.a")
-add_thirdparty(jemalloc_arrow LIBNAME "lib/libjemalloc.a")
+add_thirdparty(jemalloc_arrow LIBNAME "lib/libjemalloc_arrow.a")
 
 if (WITH_MYSQL)
     add_thirdparty(mysql LIBNAME "lib/libmysqlclient.a")
diff --git a/thirdparty/build-thirdparty.sh b/thirdparty/build-thirdparty.sh
index 04efb76adcc..624e2cbe0d2 100755
--- a/thirdparty/build-thirdparty.sh
+++ b/thirdparty/build-thirdparty.sh
@@ -1074,8 +1074,6 @@ build_arrow() {
     strip_lib libarrow.a
     strip_lib libjemalloc_arrow.a
     strip_lib libparquet.a
-
-    cp -rf "${TP_INSTALL_DIR}/lib64/libjemalloc_arrow.a" 
"${TP_INSTALL_DIR}/lib64/libjemalloc.a" # TODO delete
 }
 
 # abseil


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

Reply via email to