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