1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-23 10:27:51 +02:00

Merge branch 'fix-clang-format' into 'main'

ci: Upgrade to clang-format-11 from clang-format-7

See merge request 
This commit is contained in:
Sebastian Dröge
2021-11-24 10:25:06 +00:00

@@ -9,7 +9,7 @@ ancestor_horizon=28 # days (4 weeks)
source .gitlab-ci/search-common-ancestor.sh source .gitlab-ci/search-common-ancestor.sh
git diff -U0 --no-color "${newest_common_ancestor_sha}" | ./clang-format-diff.py -binary "clang-format-7" -p1 git diff -U0 --no-color "${newest_common_ancestor_sha}" | ./clang-format-diff.py -binary "clang-format-11" -p1
) )
exit_status=$? exit_status=$?