mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 02:32:11 +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
|
-Ddtrace=enabled
|
||||||
-Dinstalled_tests=true
|
-Dinstalled_tests=true
|
||||||
-Dintrospection=enabled
|
-Dintrospection=enabled
|
||||||
|
-Dsysprof=disabled
|
||||||
-Db_sanitize=address,undefined
|
-Db_sanitize=address,undefined
|
||||||
_build
|
_build
|
||||||
# Do not run ninja, let meson handle the build dependencies!
|
# Do not run ninja, let meson handle the build dependencies!
|
||||||
@ -547,6 +548,7 @@ thread-sanitizer:
|
|||||||
--werror
|
--werror
|
||||||
-Dinstalled_tests=true
|
-Dinstalled_tests=true
|
||||||
-Dintrospection=enabled
|
-Dintrospection=enabled
|
||||||
|
-Dsysprof=disabled
|
||||||
-Db_sanitize=thread
|
-Db_sanitize=thread
|
||||||
-Dglib_debug=disabled
|
-Dglib_debug=disabled
|
||||||
-Ddtrace=disabled
|
-Ddtrace=disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user