Commit e87cb938 authored by follitude's avatar follitude

update RocksDB v5.5.1

parent dd7d56a7
......@@ -46,9 +46,9 @@ dependencies:
if [[ ! -e $HOME/.local/lib/librocksdb.so ]]; then
export CPLUS_INCLUDE_PATH="${LOCAL_PREFIX}/include" && \
cd /tmp && \
curl -L https://github.com/facebook/rocksdb/archive/v5.4.5.tar.gz -o rocksdb.tar.gz && \
curl -L https://github.com/facebook/rocksdb/archive/v5.5.1.tar.gz -o rocksdb.tar.gz && \
tar xf rocksdb.tar.gz && \
cd rocksdb-5.4.5 && \
cd rocksdb-5.5.1 && \
INSTALL_PATH=${LOCAL_PREFIX} make -j install-shared;
fi
post:
......
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