We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9769ce commit 314fbebCopy full SHA for 314fbeb
docker-setup.sh
@@ -25,7 +25,7 @@ rm -rf /var/cache/apt /usr/share/doc /usr/share/man
25
26
#install rocksdb
27
cd /tmp
28
-git clone --single-branch -b v4.8 --depth 1 https://github.com/facebook/rocksdb.git
+git clone --single-branch -b v4.6.1 --depth 1 https://github.com/facebook/rocksdb.git
29
cd rocksdb
30
PORTABLE=1 make shared_lib
31
INSTALL_PATH=/usr/local make install-shared
0 commit comments