From 0fdcf5b51a0c8c379b2d3ad8262aa22bb234f0e9 Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Tue, 8 Sep 2020 20:18:24 +0200 Subject: Enable LeakSanitizer on CI again (#3106) LSan had to be disabled a while ago due to issues with CI runners, but these problems have been resolved indirectly meanwhile by switching to GitHub Actions. Turned out that a few new problems slipped through since then due to not checking anymore, but these are fixed now, so LSan can be enabled again. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c88255a5..1013f26ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,8 +117,7 @@ jobs: name: asan runs-on: ubuntu-latest env: - # FIXME we currently must disable LSAN entirely, see #1351 - ASAN_OPTIONS: "detect_leaks=0 symbolize=1" + ASAN_OPTIONS: "symbolize=1" COMPILER_FLAGS: "-fsanitize=address" steps: - uses: actions/setup-python@v1 -- cgit v1.2.3