Skip to content

Commit 9903071

Browse files
committed
ci
1 parent 7cd3758 commit 9903071

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ jobs:
290290
env:
291291
CC: "${{ matrix.config.cc }}"
292292
CXX: "${{ matrix.config.cxx }}"
293-
ASAN_OPTIONS: "halt_on_error=1:abort_on_error=1:print_summary=1:detect_leaks=0"
293+
LSAN_OPTIONS: "suppressions=${{ github.workspace }}/.lsan_suppressions"
294+
ASAN_OPTIONS: "verbosity=1"
294295
strategy:
295296
matrix:
296297
config:

.lsan_suppressions

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
leak:FcFontSetSort

0 commit comments

Comments
 (0)