Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The default `miniz_oxide` flate2 backend has poor performance in debug/under QEMU: rust-lang/flate2-rs#297 Ideally we'd use the fastest `zlib-ng` backend, however it fails to cross-compile: rust-lang/libz-sys#93 As such we have to use the next best alternate backend, which is `zlib`. This makes the `flate2` usage in this repo consistent with `libherokubuildpack`, Python CNB, PHP CNB etc.
- Loading branch information