mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 03:43:21 +02:00
CI: Remove obsolete USE_SLZ=1 CI job
Using SLZ is a default, thus this build is equivalent to the "no features" build.
This commit is contained in:
committed by
Willy Tarreau
parent
5a2c661efa
commit
762b1fdb7a
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user