Skip to content

Commit ec0f9cc

Browse files
authored
Merge pull request ceph#56718 from ceph/shallow-submodules
do_cmake.sh: Use shallow submodule clones Reviewed-by: Kefu Chai <[email protected]>
2 parents 61642c0 + db0eed7 commit ec0f9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

do_cmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
if [ -d .git ]; then
5-
git submodule update --init --recursive --progress
5+
git submodule update --init --recursive --progress --recommend-shallow
66
fi
77

88
: ${BUILD_DIR:=build}

0 commit comments

Comments
 (0)