From: Tim Duesterhus Date: Sat, 14 Aug 2021 12:36:55 +0000 (+0200) Subject: CI: Remove obsolete USE_SLZ=1 CI job X-Git-Tag: v2.5-dev4~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=762b1fdb7a5d1b0c3ccfe762a5ca3c4e9a3c7a4b;p=thirdparty%2Fhaproxy.git CI: Remove obsolete USE_SLZ=1 CI job Using SLZ is a default, thus this build is equivalent to the "no features" build. --- 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(