Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix(rocksdb): upgrade rocksdb to fix NotifyOnFlushCompleted() for ato…
Browse files Browse the repository at this point in the history
…mic flush (#1001)
  • Loading branch information
empiredan authored Dec 28, 2021
1 parent 3e1734e commit 452104a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ ExternalProject_Add(jemalloc
option(ROCKSDB_PORTABLE "build a portable binary" OFF)

ExternalProject_Add(rocksdb
URL ${OSS_URL_PREFIX}/pegasus-rocksdb-6.6.4-compatible.zip
https://github.com/XiaoMi/pegasus-rocksdb/archive/v6.6.4-compatible.zip
URL_MD5 595b21fbe681dcf126c4cccda46f1cbb
URL ${OSS_URL_PREFIX}/pegasus-rocksdb-ef29819c7a1ea9334ae170f506b653757f517a52.zip
https://github.com/XiaoMi/pegasus-rocksdb/archive/ef29819c7a1ea9334ae170f506b653757f517a52.zip
URL_MD5 2a6488cd87c37e0c2e42a5ca74bebc87
DEPENDS jemalloc
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${TP_OUTPUT}
-DWITH_LZ4=ON
Expand Down

0 comments on commit 452104a

Please sign in to comment.