]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rados/test_envlibrados_for_rocksdb.sh
update sources to v12.1.1
[ceph.git] / ceph / qa / workunits / rados / test_envlibrados_for_rocksdb.sh
index 189478e46e2a99b9c8d72c6c8f390d4fc7e56ac2..94580c234ca30ebd6eeaba37525a6aa7ca85f5db 100755 (executable)
@@ -67,7 +67,7 @@ echo "Compile rocksdb"
 if [ -e rocksdb ]; then
        rm -fr rocksdb
 fi
-git clone https://github.com/facebook/rocksdb.git
+git clone https://github.com/facebook/rocksdb.git --depth 1
 
 # compile code
 cd rocksdb