]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Use pigz version 2.6 due to bug in NOTHREADS support.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 22 Jan 2022 21:06:14 +0000 (13:06 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 23 Jan 2022 15:40:07 +0000 (16:40 +0100)
https://github.com/madler/pigz/issues/97

.github/workflows/pigz.yml

index bce94fa4eace9100e1a197b491177652b194059a..153a7ac5f494c730c44b64f65a6ec061985b1074 100644 (file)
@@ -34,13 +34,14 @@ jobs:
             codecov: ubuntu_clang_pigz_no_optim
             cmake-args: -DWITH_OPTIM=OFF
 
+            # Use v2.6 due to NOTHREADS bug https://github.com/madler/pigz/issues/97
           - name: Ubuntu Clang No Threads
             os: ubuntu-latest
             compiler: clang
             packages: llvm-11-tools
             gcov-exec: llvm-cov-11 gcov
             codecov: ubuntu_clang_pigz_no_threads
-            cmake-args: -DWITH_THREADS=OFF
+            cmake-args: -DWITH_THREADS=OFF -DPIGZ_VERSION=v2.6
 
           - name: Ubuntu GCC AARCH64
             os: ubuntu-latest