Skip to content

Commit

Permalink
fix(rocksdb): downgrade RocksDB to v9.3.1 due to a blobdb issue (#2614)
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk committed Oct 20, 2024
1 parent 27641f8 commit 504d083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/rocksdb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)

FetchContent_DeclareGitHubWithMirror(rocksdb
facebook/rocksdb v9.6.1
MD5=ce31144a7e65d8f4f3f9d98986509eb1
facebook/rocksdb v9.3.1
MD5=129235c789a963c004290d27d09ca48a
)

FetchContent_GetProperties(jemalloc)
Expand Down

0 comments on commit 504d083

Please sign in to comment.