]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Disable downloading extra test corpora for WITH_SANITIZER builds,
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Fri, 9 Jan 2026 20:45:05 +0000 (21:45 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 9 Jan 2026 22:11:15 +0000 (23:11 +0100)
those tests are much too slow, upwards of 1 hour or more.

.github/workflows/cmake.yml

index 37bbfd015787a791e4a5fb067f623a3090dd6e57..3aa98b59f8a2e705f72782b201b56b4f64dea1da 100644 (file)
@@ -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