ci: Renormalize only meson diff files, not all files

It takes a few minutes to run normalize on *all* files in the git
checkout, we only want it for diff_files which are in packagefiles

See: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1754
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5018>
This commit is contained in:
Nirbheek Chauhan 2023-07-12 13:07:21 +05:30 committed by GStreamer Marge Bot
parent 576ec6e72e
commit 03011f5e5d

View file

@ -444,7 +444,7 @@ build fedora clang:
# Set the code page to UTF-8
- chcp 65001
# Renormalize line endings
- git add --renormalize .
- git add --renormalize subprojects/packagefiles
- ci/scripts/handle-subprojects-cache.py subprojects/
- echo $env:MESON_ARGS
artifacts: