From 762b1fdb7a5d1b0c3ccfe762a5ca3c4e9a3c7a4b Mon Sep 17 00:00:00 2001 From: Tim Duesterhus Date: Sat, 14 Aug 2021 14:36:55 +0200 Subject: [PATCH] CI: Remove obsolete USE_SLZ=1 CI job Using SLZ is a default, thus this build is equivalent to the "no features" build. --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index cfef53c9e1..fdd76958c6 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -94,7 +94,7 @@ for CC in ["gcc", "clang"]: } ) - for compression in ["USE_SLZ=1", "USE_ZLIB=1"]: + for compression in ["USE_ZLIB=1"]: matrix.append( { "name": "{}, {}, gz={}".format(