We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b099926 commit 43f8071Copy full SHA for 43f8071
.github/workflows/asan.yml
@@ -23,6 +23,7 @@ jobs:
23
env:
24
QT_VERSION: 6.9.1
25
ASAN_OPTIONS: detect_stack_use_after_return=1
26
+ LSAN_OPTIONS: suppressions=lsan-suppr.txt
27
# TODO: figure out why there are cache misses with PCH enabled
28
CCACHE_SLOPPINESS: pch_defines,time_macros
29
@@ -100,6 +101,7 @@ jobs:
100
101
102
- name: Run CTest
103
run: |
104
+ cp lsan-suppr.txt cmake.output/bin
105
ctest --test-dir cmake.output --output-on-failure -j$(nproc)
106
107
- name: Run test/cli
lsan-suppr.txt
@@ -0,0 +1 @@
1
+leak:libpcre.so
0 commit comments