Skip to content

Commit 0fdcf5b

Browse files
authored
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.
1 parent cdd069b commit 0fdcf5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ jobs:
117117
name: asan
118118
runs-on: ubuntu-latest
119119
env:
120-
# FIXME we currently must disable LSAN entirely, see #1351
121-
ASAN_OPTIONS: "detect_leaks=0 symbolize=1"
120+
ASAN_OPTIONS: "symbolize=1"
122121
COMPILER_FLAGS: "-fsanitize=address"
123122
steps:
124123
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)