Re: [PATCH v2 2/2] ci: build some job with ASan

2022-05-10 Thread Aaron Conole
David Marchand writes: > Enable ASan, this can greatly help identify leaks and buffer overflows. > Running unit tests relying on multiprocess is unreliable with ASan > enabled, so skip them. > > Signed-off-by: David Marchand > --- > Changes since v1: > - reinstated table_autotest in "ASan-safe"

[PATCH v2 2/2] ci: build some job with ASan

2022-05-05 Thread David Marchand
Enable ASan, this can greatly help identify leaks and buffer overflows. Running unit tests relying on multiprocess is unreliable with ASan enabled, so skip them. Signed-off-by: David Marchand --- Changes since v1: - reinstated table_autotest in "ASan-safe" list of ut, --- .ci/linux-build.sh