mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
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:
parent
6d11e571d8
commit
c686896438
1 changed files with 2 additions and 0 deletions
|
@ -445,7 +445,9 @@ build fedora clang:
|
||||||
- chcp 65001
|
- chcp 65001
|
||||||
# Renormalize line endings
|
# Renormalize line endings
|
||||||
- git add --renormalize subprojects/packagefiles
|
- git add --renormalize subprojects/packagefiles
|
||||||
|
- $env:PYTHONUNBUFFERED = '1'
|
||||||
- ci/scripts/handle-subprojects-cache.py subprojects/
|
- ci/scripts/handle-subprojects-cache.py subprojects/
|
||||||
|
- $env:PYTHONUNBUFFERED = ''
|
||||||
- echo $env:MESON_ARGS
|
- echo $env:MESON_ARGS
|
||||||
# We do not pick up any deps with cmake, so speed up dependency checks
|
# We do not pick up any deps with cmake, so speed up dependency checks
|
||||||
- $env:CMAKE = 'false'
|
- $env:CMAKE = 'false'
|
||||||
|
|
Loading…
Reference in a new issue