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(
|
matrix.append(
|
||||||
{
|
{
|
||||||
"name": "{}, {}, gz={}".format(
|
"name": "{}, {}, gz={}".format(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user