Closed as not planned
Description
Duplicates
- I have searched the existing issues
Current behavior 😯
cargo-binstall
, which uses gix
v0.50.1, sometimes get killed by illegal instructions on this CI and also this one:
+ ./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 suspect this has something to do with max-performance
, it could be that the use of assemblies in sha1-asm
or libz-ng
caused this problem.
It always happens when cloning from a local git repository using file:///
, so I suppose it also has something to do with it.
Expected behavior 🤔
No response
Steps to reproduce 🕹
No response