Skip to content

Commit 314fbeb

Browse files
committed
revert to 4.6.1
1 parent e9769ce commit 314fbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rm -rf /var/cache/apt /usr/share/doc /usr/share/man
2525

2626
#install rocksdb
2727
cd /tmp
28-
git clone --single-branch -b v4.8 --depth 1 https://github.com/facebook/rocksdb.git
28+
git clone --single-branch -b v4.6.1 --depth 1 https://github.com/facebook/rocksdb.git
2929
cd rocksdb
3030
PORTABLE=1 make shared_lib
3131
INSTALL_PATH=/usr/local make install-shared

0 commit comments

Comments
 (0)