This is an automated email from the ASF dual-hosted git repository.
aleksraiden 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 b46e5fcfb chore(jemalloc): change the upstream to `facebook/jemalloc`
due to `jemalloc/jemalloc` has been archived (#3235)
b46e5fcfb is described below
commit b46e5fcfbc9854cdc23f0f888c57a7c495d5a042
Author: hulk <[email protected]>
AuthorDate: Sat Oct 25 04:22:27 2025 +0800
chore(jemalloc): change the upstream to `facebook/jemalloc` due to
`jemalloc/jemalloc` has been archived (#3235)
This is related to #3205.
---
cmake/jemalloc.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/jemalloc.cmake b/cmake/jemalloc.cmake
index 5042c2fe7..ced29c4ba 100644
--- a/cmake/jemalloc.cmake
+++ b/cmake/jemalloc.cmake
@@ -32,7 +32,7 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(jemalloc
- jemalloc/jemalloc 5.3.0
+ facebook/jemalloc 5.3.0
SHA1=1be8fdba021e9d6ed201e7d6a3c464b2223fc927
)