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:
Tim Duesterhus 2021-08-14 14:36:55 +02:00 committed by Willy Tarreau
parent 5a2c661efa
commit 762b1fdb7a
1 changed files with 1 additions and 1 deletions

2
.github/matrix.py vendored
View File

@ -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(