From d6eb85bb1a027aa52a7f48b162757763c9dcc875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Fri, 30 Aug 2024 23:16:35 +0200 Subject: [PATCH] ci/linux: disable leak detector temporarily After libass update our jobs started failing. It has been fixed upstream already, but we need to wait for next stable release to have that. See: https://github.com/libass/libass/commit/6e83137cdbaf4006439d526fef902e123129707b --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 813008d23c..53877eef35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -288,6 +288,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" strategy: matrix: config: