do_cmake.sh: remove --progress, it's just noise

and is particularly annoying in jenkins logs

Signed-off-by: Dan Mick <dan.mick@redhat.com>
This commit is contained in:
Dan Mick 2025-05-07 13:59:12 -07:00
parent e0958b50ee
commit cf374b677f

View File

@ -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}