nix-community / crate2nix

rebuild only changed crates in CI with crate2nix and nix
https://nix-community.github.io/crate2nix/
Apache License 2.0
352 stars 83 forks source link

i686 vs x86 target_arch #183

Open ghost opened 3 years ago

ghost commented 3 years ago

ring fails to build on i686-linux, because the target attributes are different compared to builds run with cargo directly. With cargo, the target_arch is x86, while with crate2nix it's i686.