This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 75df3740a chore(deps): bump jemalloc to 5.3.1 (#3451)
75df3740a is described below
commit 75df3740ae2f65c4f1b5382a1a57ba42d947a8b2
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Apr 14 20:24:47 2026 +0300
chore(deps): bump jemalloc to 5.3.1 (#3451)
Bump jemalloc to 5.3.1 (use jemalloc repo again, see full changelog:
https://github.com/jemalloc/jemalloc/releases/tag/5.3.1)
Lot of bugfix, portability improvements and optimizations.
Co-authored-by: Twice <[email protected]>
---
cmake/jemalloc.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/jemalloc.cmake b/cmake/jemalloc.cmake
index ced29c4ba..7bcec8ce4 100644
--- a/cmake/jemalloc.cmake
+++ b/cmake/jemalloc.cmake
@@ -32,8 +32,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(jemalloc
- facebook/jemalloc 5.3.0
- SHA1=1be8fdba021e9d6ed201e7d6a3c464b2223fc927
+ jemalloc/jemalloc 5.3.1
+ MD5=d421650ffe4b9e0ec463a9c26135f657
)
FetchContent_GetProperties(jemalloc)