Skip to content

Commit d0da8b7

Browse files
committed
ci
1 parent 7cd3758 commit d0da8b7

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,6 @@ 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"
294293
strategy:
295294
matrix:
296295
config:
@@ -319,6 +318,8 @@ jobs:
319318
id: tests
320319
run: |
321320
meson test -C build
321+
env:
322+
LSAN_OPTIONS: "suppressions=${{ env.GITHUB_WORKSPACE }}/.lsan_suppressions"
322323

323324
- name: Print meson test log
324325
if: ${{ failure() && steps.tests.outcome == 'failure' }}

.lsan_suppressions

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

0 commit comments

Comments
 (0)