Merge branch 'ignore-dirs-leaks+valgrind-ci' into 'main'

glib.supp: Ignore gutils leaks for user and system dirs

Closes #333

See merge request GNOME/glib!2897
This commit is contained in:
Philip Withnall
2022-10-10 12:01:49 +00:00
2 changed files with 121 additions and 4 deletions

View File

@@ -228,9 +228,6 @@ valgrind:
- bash -x ./.gitlab-ci/run-tests.sh
--setup valgrind
--no-suite slow
# FIXME: Remove this when we have zero valgrind leaks.
# https://gitlab.gnome.org/GNOME/glib/issues/333
allow_failure: true
artifacts:
reports:
junit: "_build/meson-logs/testlog-valgrind.junit.xml"