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 c1506a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ 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"
LSAN_OPTIONS: "suppressions=${{ env.GITHUB_WORKSPACE }}/.lsan_suppressions"
strategy:
matrix:
config:
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 c1506a2

Please sign in to comment.