Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Jan 26, 2025
1 parent 7cd3758 commit 7cafde9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ jobs:
env:
CC: "${{ matrix.config.cc }}"
CXX: "${{ matrix.config.cxx }}"
ASAN_OPTIONS: "halt_on_error=1:abort_on_error=1:print_summary=1:detect_leaks=0"
strategy:
matrix:
config:
Expand Down Expand Up @@ -319,6 +318,8 @@ jobs:
id: tests
run: |
meson test -C build
env:
LSAN_OPTIONS: "suppressions=${{ github.workspace }}/.lsan_suppressions"

- name: Print meson test log
if: ${{ failure() && steps.tests.outcome == 'failure' }}
Expand Down
1 change: 1 addition & 0 deletions .lsan_suppressions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
leak:FcFontSetSort

0 comments on commit 7cafde9

Please sign in to comment.