Skip to content

Commit 43f8071

Browse files
committed
ignore leak from PCRE for now
1 parent b099926 commit 43f8071

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/asan.yml

Lines changed: 2 additions & 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

@@ -100,6 +101,7 @@ jobs:
100101
101102
- name: Run CTest
102103
run: |
104+
cp lsan-suppr.txt cmake.output/bin
103105
ctest --test-dir cmake.output --output-on-failure -j$(nproc)
104106
105107
- name: Run test/cli

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)