From 03011f5e5dcf53989686435f71753985b86fb725 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 12 Jul 2023 13:07:21 +0530 Subject: [PATCH] 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: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae422f4a2a..2d78efd66f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: