chg: [install] use stable branch of kvrocks (2.0)

main
Alexandre Dulaunoy 2021-05-24 15:27:39 +02:00
parent 520467947c
commit be16de1d8f
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
git clone --recursive https://github.com/bitleak/kvrocks.git git clone --recursive https://github.com/bitleak/kvrocks.git
cd kvrocks cd kvrocks
git checkout 2.0
make -j4 make -j4