mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
do_cmake.sh: Use shallow submodule clones
Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
parent
54ebb43c87
commit
db0eed752e
@ -2,7 +2,7 @@
|
||||
set -ex
|
||||
|
||||
if [ -d .git ]; then
|
||||
git submodule update --init --recursive --progress
|
||||
git submodule update --init --recursive --progress --recommend-shallow
|
||||
fi
|
||||
|
||||
: ${BUILD_DIR:=build}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user