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:
parent
576ec6e72e
commit
03011f5e5d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user