Skip to content

Commit afd3f6b

Browse files
authored
Merge pull request ceph#63171 from dmick/shut-up-do-cmake
do_cmake.sh: remove --progress, it's just noise
2 parents 86e736b + cf374b6 commit afd3f6b

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 --recommend-shallow
5+
git submodule update --init --recursive --recommend-shallow
66
fi
77

88
: ${BUILD_DIR:=build}

0 commit comments

Comments
 (0)