This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-2 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit bd456dde3028156dc608e0d0ce4bb39c76a4d74c Author: Aleks Lozovyuk <[email protected]> AuthorDate: Tue Apr 14 11:30:40 2026 +0300 Update jemalloc version to 5.3.1 --- 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)
