Commit c60a0bef authored by Cunyin Chang's avatar Cunyin Chang Committed by Jim Harris
Browse files

doc: Switch rocksdb to the branch spdk-v5.6.1



Change-Id: I3d33a04a7ec7b8c1fd23e7652c57ed25e23cd42a
Signed-off-by: default avatarCunyin Chang <cunyin.chang@intel.com>
Reviewed-on: https://review.gerrithub.io/374443


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent ced2c57b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
2. Into a separate directory, clone the RocksDB git repo from the SPDK GitHub fork.  Make sure you check out the spdk branch.

  cd ..
  git clone -b spdk https://github.com/spdk/rocksdb.git
  git clone -b spdk-v5.6.1 https://github.com/spdk/rocksdb.git

3. Build RocksDB.  Only the db_bench benchmarking tool is integrated with BlobFS.
   (Note: add "DEBUG_LEVEL=0" for a release build.)