From: Hans Kristian Rosbach Date: Fri, 9 Jan 2026 20:45:05 +0000 (+0100) Subject: Disable downloading extra test corpora for WITH_SANITIZER builds, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e314c8c0ff6506e04dbd879c8cce5903a621b8;p=thirdparty%2Fzlib-ng.git Disable downloading extra test corpora for WITH_SANITIZER builds, those tests are much too slow, upwards of 1 hour or more. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 37bbfd015..3aa98b59f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -686,7 +686,7 @@ jobs: uses: actions/checkout@v6 # Don't test against all corpora with MinGW due to Wine being unable to run parallel jobs # without connection timeout. Without parallel jobs test runs using Wine take close to an hour. - if: contains(matrix.name, 'MinGW') == false + if: contains(matrix.name, 'MinGW') == false && !contains(matrix.cmake-args, 'WITH_SANITIZER') with: repository: zlib-ng/corpora path: test/data/corpora