File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,6 +395,7 @@ jobs:
395395 - name : Run meson tests
396396 id : tests
397397 run : |
398+ export LSAN_OPTIONS="suppressions=${GITHUB_WORKSPACE}/.lsan_suppressions"
398399 meson test -C build
399400
400401 - name : Print meson test log
@@ -575,6 +576,7 @@ jobs:
575576 vulkan-headers \
576577 wayland-protocols
577578 ./ci/build-freebsd.sh
579+ export LSAN_OPTIONS="suppressions=${GITHUB_WORKSPACE}/.lsan_suppressions"
578580 if ! meson test -C build; then
579581 cat ./build/meson-logs/testlog.txt
580582 exit 1
@@ -664,6 +666,7 @@ jobs:
664666 - name : Run meson tests
665667 id : tests
666668 run : |
669+ export LSAN_OPTIONS="suppressions=${GITHUB_WORKSPACE}/.lsan_suppressions"
667670 meson test -C build
668671
669672 - name : Print meson test log
Original file line number Diff line number Diff line change 1+ leak:FcConfigSetDefaultSubstitute
You can’t perform that action at this time.
0 commit comments