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:
parent
42f071e881
commit
7c8685769d
@ -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 "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user