Now that rte_malloc instrumentations are fixed, we can enable ASan in
GHA.
There are still some unit tests (relying on multiprocess) that can't
reliably run with ASan enabled. Those unit tests are skipped.

-- 
David Marchand

Changes since v1:
- dropped patch 2 in favor of Anatoly fix,
- rebased the last patch after other unit tests fixes have been merged,

David Marchand (2):
  test/mem: disable ASan when accessing unallocated mem
  ci: build some job with ASan

 .ci/linux-build.sh           |   8 ++
 .github/workflows/build.yml  |   3 +-
 app/test/meson.build         | 208 ++++++++++++++++++-----------------
 app/test/test_memory.c       |   5 +
 lib/eal/common/malloc_elem.h |  10 +-
 lib/eal/include/rte_common.h |  13 +++
 6 files changed, 138 insertions(+), 109 deletions(-)

-- 
2.23.0

Reply via email to