rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
891 stars 158 forks source link

Fix CI by disabling zlib-ng-compat on mingw #305

Closed joshtriplett closed 2 years ago

joshtriplett commented 2 years ago

mingw in CI seems to trigger a segfault; I can't reproduce that segfault outside of a CI environment. Disable this particular feature on mingw to make the rest of CI usable.