[fix](memory) Fix jemalloc lib name for thirdparty arrow (#28843)
after #28429
This commit is contained in:
@ -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")
|
||||
|
||||
2
thirdparty/build-thirdparty.sh
vendored
2
thirdparty/build-thirdparty.sh
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user