Skip to content

Commit 8a99cd4

Browse files
committed
ignore leak from PCRE for now
1 parent 2b79e11 commit 8a99cd4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/asan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
env:
2424
QT_VERSION: 6.9.1
2525
ASAN_OPTIONS: detect_stack_use_after_return=1
26+
LSAN_OPTIONS: suppressions=lsan-suppr.txt
2627
# TODO: figure out why there are cache misses with PCH enabled
2728
CCACHE_SLOPPINESS: pch_defines,time_macros
2829

lsan-suppr.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
leak:libpcre.so

0 commit comments

Comments
 (0)