We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb99fd commit 14fe4b9Copy full SHA for 14fe4b9
2 files changed
.github/workflows/asan.yml
@@ -23,6 +23,7 @@ jobs:
23
env:
24
QT_VERSION: 6.10.0
25
ASAN_OPTIONS: detect_stack_use_after_return=1
26
+ LSAN_OPTIONS: suppressions=lsan-suppr.txt:print_suppressions=0
27
# TODO: figure out why there are cache misses with PCH enabled
28
CCACHE_SLOPPINESS: pch_defines,time_macros
29
@@ -99,6 +100,7 @@ jobs:
99
100
101
- name: Run CTest
102
run: |
103
+ cp lsan-suppr.txt cmake.output/bin
104
ctest --test-dir cmake.output --output-on-failure -j$(nproc)
105
106
- name: Run test/cli
lsan-suppr.txt
@@ -0,0 +1 @@
1
+leak:libpcre.so
0 commit comments