Skip to content

Commit

Permalink
Do not force verbose build in mingw build
Browse files Browse the repository at this point in the history
Makes it impossible to obtain useful information from CI, example:
https://github.com/qgis/QGIS/actions/runs/6493640195/job/17634987561?pr=54923
  • Loading branch information
strk committed Oct 14, 2023
1 parent 0bd9999 commit a30892c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/mingw/build.sh
Expand Up @@ -119,7 +119,7 @@ echo "::endgroup::"
# export DISPLAY=:99

echo "::group::compile QGIS"
mingw$bits-make -C"$BUILDDIR" -j"$njobs" DESTDIR="${installroot}" install VERBOSE=1
mingw$bits-make -C"$BUILDDIR" -j"$njobs" DESTDIR="${installroot}" install # VERBOSE=1
echo "::endgroup::"

#echo "ccache statistics"
Expand Down

0 comments on commit a30892c

Please sign in to comment.