This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 0cdb371624e [branch-2.1](memory) Disable Arrow Jemalloc step 2 (#37556)
0cdb371624e is described below
commit 0cdb371624e87d8b76dce514d79649f8af431bbb
Author: Xinyi Zou <[email protected]>
AuthorDate: Wed Jul 10 11:34:18 2024 +0800
[branch-2.1](memory) Disable Arrow Jemalloc step 2 (#37556)
pick #37533
---
be/cmake/thirdparty.cmake | 1 -
1 file changed, 1 deletion(-)
diff --git a/be/cmake/thirdparty.cmake b/be/cmake/thirdparty.cmake
index 78f28fe72dc..6f91fcedf70 100644
--- a/be/cmake/thirdparty.cmake
+++ b/be/cmake/thirdparty.cmake
@@ -78,7 +78,6 @@ 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_arrow.a")
if (WITH_MYSQL)
add_thirdparty(mysql LIBNAME "lib/libmysqlclient.a")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]