CI: Enable ASan memory-leak checking

Now that we clean up everything to do with wet_process, we can enable
memleak checking in CI.

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone 2023-05-01 19:40:34 +01:00
parent 42f071e881
commit 7c8685769d

View File

@ -1,6 +1,6 @@
#!/bin/bash
export LSAN_OPTIONS="suppressions=../.gitlab-ci/leak-sanitizer.supp"
export ASAN_OPTIONS="detect_leaks=0"
export ASAN_OPTIONS="detect_leaks=1"
exec "$@"