Skip to content

Commit 27bfdc3

Browse files
committed
removed LSAN suppression
1 parent 567d77c commit 27bfdc3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/asan.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ 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
2726
# TODO: figure out why there are cache misses with PCH enabled
2827
CCACHE_SLOPPINESS: pch_defines,time_macros
2928

@@ -100,7 +99,6 @@ jobs:
10099
101100
- name: Run CTest
102101
run: |
103-
cp lsan-suppr.txt cmake.output/bin
104102
ctest --test-dir cmake.output --output-on-failure -j$(nproc)
105103
106104
- name: Run test/cli

lsan-suppr.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)