Skip to content

Commit db0eed7

Browse files
committed
do_cmake.sh: Use shallow submodule clones
Signed-off-by: Zack Cerza <[email protected]>
1 parent 54ebb43 commit db0eed7

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)