ci: Force handle-subprojects-cache.py to print its output

Set python stdout to unbuffered when copying the subproject cache so
that we get updates while it is running, and not all at once when the
command ends.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5043>
This commit is contained in:
Nirbheek Chauhan 2023-07-13 02:31:06 +05:30 committed by GStreamer Marge Bot
parent 6d11e571d8
commit c686896438

View file

@ -445,7 +445,9 @@ build fedora clang:
- chcp 65001
# Renormalize line endings
- git add --renormalize subprojects/packagefiles
- $env:PYTHONUNBUFFERED = '1'
- ci/scripts/handle-subprojects-cache.py subprojects/
- $env:PYTHONUNBUFFERED = ''
- echo $env:MESON_ARGS
# We do not pick up any deps with cmake, so speed up dependency checks
- $env:CMAKE = 'false'