Skip to content

Commit b4f9fdc

Browse files
committed
ignore leak from PCRE for now
1 parent 7577f52 commit b4f9fdc

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.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.10.0
2525
ASAN_OPTIONS: detect_stack_use_after_return=1
26+
LSAN_OPTIONS: suppressions=lsan-suppr.txt:print_suppressions=0
2627
# TODO: figure out why there are cache misses with PCH enabled
2728
CCACHE_SLOPPINESS: pch_defines,time_macros
2829

@@ -99,6 +100,7 @@ jobs:
99100
100101
- name: Run CTest
101102
run: |
103+
cp lsan-suppr.txt cmake.output/bin
102104
ctest --test-dir cmake.output --output-on-failure -j$(nproc)
103105
104106
- 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)