Skip to content

Commit 085f2f5

Browse files
committed
ignore leak from PCRE for now
1 parent cf49c15 commit 085f2f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/asan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
env:
2424
QT_VERSION: 6.9.1
25-
ASAN_OPTIONS: detect_stack_use_after_return=1
25+
ASAN_OPTIONS: detect_stack_use_after_return=1:suppressions=asan-suppr.txt
2626
# TODO: figure out why there are cache misses with PCH enabled
2727
CCACHE_SLOPPINESS: pch_defines,time_macros
2828

asan-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)