mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 10:12:10 +01:00
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:
parent
4ea7d7a2af
commit
eb3ad5542b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user