Skip to content

Commit

Permalink
Merge pull request ceph#56718 from ceph/shallow-submodules
Browse files Browse the repository at this point in the history
do_cmake.sh: Use shallow submodule clones

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Jun 3, 2024
2 parents 61642c0 + db0eed7 commit ec0f9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion do_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ec0f9cc

Please sign in to comment.