This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch 2.9
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit e23548d29fc43bec3ff794ef85015c7fdcf1f294
Author: PragmaTwice <[email protected]>
AuthorDate: Mon Jul 1 13:45:05 2024 +0900

    chore: downgrade rocksdb to v8.11.4
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 8b2ff67c..102bda3b 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v9.2.1
-  MD5=b03db4c602754a2c50aa2967fd07a2a7
+  facebook/rocksdb v8.11.4
+  MD5=8190ea7769705aabc928311762d5aafe
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to