core: remove dependency on zip algorithms bzip2/zstd (#737)
* core: remove dependency on zip algorithms bzip2/zstd * enable test log * disable test log
This commit is contained in:
committed by
GitHub
parent
6f195c4167
commit
1f1ed3f3dd
10
package.yaml
10
package.yaml
@@ -41,16 +41,6 @@ dependencies:
|
||||
- unliftio-core == 0.2.*
|
||||
- zip == 1.7.*
|
||||
|
||||
flags:
|
||||
disable-bzip2:
|
||||
description: removes dependency on bzip2 C library (zip package)
|
||||
manual: True
|
||||
default: True
|
||||
disable-zstd:
|
||||
description: Removes dependency on zstd C library (zip package)
|
||||
manual: True
|
||||
default: True
|
||||
|
||||
library:
|
||||
source-dirs: src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user