We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567d77c commit 27bfdc3Copy full SHA for 27bfdc3
2 files changed
.github/workflows/asan.yml
@@ -23,7 +23,6 @@ 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
@@ -100,7 +99,6 @@ jobs:
100
99
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 commit comments