File tree Expand file tree Collapse file tree
fdbserver/include/fdbserver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# FindRocksDB
22
3- find_package (RocksDB 8.11.5 )
3+ find_package (RocksDB 8.11.4 )
44
55include (ExternalProject )
66
@@ -49,8 +49,8 @@ if(ROCKSDB_FOUND)
4949 ${BINARY_DIR} /librocksdb.a)
5050else ()
5151 ExternalProject_Add (rocksdb
52- URL https://github.com/facebook/rocksdb/archive/refs/tags/v8.11.5 .tar.gz
53- URL_HASH SHA256=2641eb63ee2d691c0e96de0a55edfcc4cab181d9b6c31fa4a33c478423062196
52+ URL https://github.com/facebook/rocksdb/archive/refs/tags/v8.11.4 .tar.gz
53+ URL_HASH SHA256=1b84c7d7214360fd536349917c57ebd5030d5b4fc214a343ba628b0c6e3d2711
5454 CMAKE_ARGS ${RocksDB_CMAKE_ARGS}
5555 BUILD_BYPRODUCTS <BINARY_DIR >/librocksdb.a
5656 INSTALL_COMMAND ""
Original file line number Diff line number Diff line change 2323
2424#define FDB_ROCKSDB_MAJOR 8
2525#define FDB_ROCKSDB_MINOR 11
26- #define FDB_ROCKSDB_PATCH 5
26+ #define FDB_ROCKSDB_PATCH 4
2727
28- #endif
28+ #endif
You can’t perform that action at this time.
0 commit comments