ci: Set some ubsan options

Hopefully, this makes the build survive.
This commit is contained in:
Matthias Clasen
2024-03-15 00:38:12 -04:00
parent b832b3fd35
commit 79b30bdf0a

View File

@@ -11,7 +11,7 @@ multiplier=${MESON_TEST_TIMEOUT_MULTIPLIER:-1}
# Ignore memory leaks lower in dependencies
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0:detect_leaks=0:allocator_may_return_null=1
export G_SLICE=always-malloc
export UBSAN_OPTIONS=silence_unsigned_overflow=1
case "${setup}" in
x11*)