mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-21 20:00:17 +00: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:
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(
|
||||
|
Loading…
Reference in New Issue
Block a user