]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Remove obsolete USE_SLZ=1 CI job
authorTim Duesterhus <tim@bastelstu.be>
Sat, 14 Aug 2021 12:36:55 +0000 (14:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Aug 2021 10:37:16 +0000 (12:37 +0200)
Using SLZ is a default, thus this build is equivalent to the "no features"
build.

.github/matrix.py

index cfef53c9e14e9280abd528289b0c7da520248f98..fdd76958c692018020144c36b21a01264eb43547 100755 (executable)
@@ -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(