Commit a28cf6e0 authored by zhangjinpeng1987's avatar zhangjinpeng1987 Committed by siddontang

update rocksdb version (#35)

parent 8a694ddd
......@@ -105,11 +105,11 @@ function compile_rocksdb() {
return
fi
version=v4.9
vernum=4.9
version=4.12.fb
vernum=4.12.fb
echo building rocksdb-$version
rm -rf rocksdb-$vernum
download https://github.com/facebook/rocksdb/archive/$version.tar.gz rocksdb-$version.tar.gz ba59206bd041a1d37157b9423d53572e
download https://github.com/facebook/rocksdb/archive/$version.tar.gz rocksdb-$version.tar.gz 12ae076497d0bd4e433aa72355a16dc9
tar xf rocksdb-$version.tar.gz
wd=`pwd`
cd rocksdb-$vernum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment