From: Dan Mick Date: Wed, 7 May 2025 20:59:12 +0000 (-0700) Subject: do_cmake.sh: remove --progress, it's just noise X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cf374b677f2d681680eed89e2df52fc1d6d117ce;p=ceph.git do_cmake.sh: remove --progress, it's just noise and is particularly annoying in jenkins logs Signed-off-by: Dan Mick --- diff --git a/do_cmake.sh b/do_cmake.sh index 2f5c5ee5bd477..a377515171214 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -2,7 +2,7 @@ set -ex if [ -d .git ]; then - git submodule update --init --recursive --progress --recommend-shallow + git submodule update --init --recursive --recommend-shallow fi : ${BUILD_DIR:=build}