Skip to content

Commit

Permalink
RocksDB v6.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Feb 17, 2020
1 parent d77c07f commit 3b5f961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ set_property(TARGET libhts PROPERTY IMPORTED_LOCATION ${LIBHTS_A})
# b) go through perf/FlameGraph profiling flow and check that no
# rocksdb function has a big chunk like 5% or more
ExternalProject_Add(rocksdb
URL https://github.com/facebook/rocksdb/archive/v6.5.3.tar.gz
URL https://github.com/facebook/rocksdb/archive/v6.6.4.tar.gz
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/external
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
Expand Down

0 comments on commit 3b5f961

Please sign in to comment.