]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
do_cmake.sh: Use shallow submodule clones 56718/head
authorZack Cerza <zack@redhat.com>
Tue, 12 Mar 2024 21:06:13 +0000 (15:06 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 4 Apr 2024 21:31:01 +0000 (15:31 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
do_cmake.sh

index 8177e72639606be85c75d363268b5a50485794db..9f84396786d93b6576afb2bfe4b5338fe73da69f 100755 (executable)
@@ -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}