From 8f8ea365cee5001668bd28ee413f0a7fa4b256e2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 23 Apr 2024 15:51:10 +0200 Subject: github: asan: Disable leak check at exit This would taint the exit code as some stuff is always not properly freed at exit; we mostly care about invalid memory access and the likes. --- .github/workflows/test-cow-fuse.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-cow-fuse.yml b/.github/workflows/test-cow-fuse.yml index 5cee702..f8a71bc 100644 --- a/.github/workflows/test-cow-fuse.yml +++ b/.github/workflows/test-cow-fuse.yml @@ -1,5 +1,7 @@ name: test fuse cow on: push +env: + ASAN_OPTIONS: leak_check_at_exit=false jobs: test: runs-on: ubuntu-latest -- cgit v1.2.3-55-g7522