ci: Disable sysprof in sanitizer tests

sysprof_collector_mark_vprintf seems to have a leak, but it's not the
GLib duty to track it, so let's disable it for now.
This commit is contained in:
Marco Trevisan (Treviño) 2025-01-30 18:56:21 +01:00
parent 4ea7d7a2af
commit eb3ad5542b

View File

@ -509,6 +509,7 @@ address-sanitizer:
-Ddtrace=enabled
-Dinstalled_tests=true
-Dintrospection=enabled
-Dsysprof=disabled
-Db_sanitize=address,undefined
_build
# Do not run ninja, let meson handle the build dependencies!
@ -547,6 +548,7 @@ thread-sanitizer:
--werror
-Dinstalled_tests=true
-Dintrospection=enabled
-Dsysprof=disabled
-Db_sanitize=thread
-Dglib_debug=disabled
-Ddtrace=disabled