`cargo-binstall`, which uses `gix` v0.50.1 and depends on `libz-ng` get killed by illegal instructions on [this CI](https://github.com/cargo-bins/cargo-binstall/actions/runs/5689917580/job/15422302958#step:11:157) and also [this one](https://github.com/cargo-bins/cargo-binstall/actions/runs/5722259457/job/15505050290#step:11:158): ``` + ./cargo-binstall binstall --force --git file:///tmp/tmp.iyk2axDWcq --no-confirm cargo-binstall INFO resolve: Resolving package: 'cargo-binstall' INFO Cloning::receiving pack: Enumerating objects → 3.0 objects git.sh: line 39: 24033 Illegal instruction (core dumped) "./$1" binstall --force --git "file://$GIT" --no-confirm cargo-binstall ``` I disabled the `flate2/zlib-ng` and it fixed the issue. Also reported here: https://github.com/Byron/gitoxide/issues/955