We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd3758 commit ebe5a5aCopy full SHA for ebe5a5a
.github/workflows/build.yml
@@ -290,7 +290,8 @@ jobs:
290
env:
291
CC: "${{ matrix.config.cc }}"
292
CXX: "${{ matrix.config.cxx }}"
293
- ASAN_OPTIONS: "halt_on_error=1:abort_on_error=1:print_summary=1:detect_leaks=0"
+ LSAN_OPTIONS: "suppressions=${{ github.workspace }}/.lsan_suppressions"
294
+ ASAN_OPTIONS: "verbosity=1"
295
strategy:
296
matrix:
297
config:
.lsan_suppressions
@@ -0,0 +1 @@
1
+fun:FcFontSetSort
0 commit comments