mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue