Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

illegal hardware instruction on Mac M1 #4

Open
namnh06 opened this issue Jul 25, 2022 · 1 comment
Open

illegal hardware instruction on Mac M1 #4

namnh06 opened this issue Jul 25, 2022 · 1 comment

Comments

@namnh06
Copy link

namnh06 commented Jul 25, 2022

It was working fine before the latest code since I pulled the latest code and had to run
cargo build --release
to rebuild and when run
./target/release/liquidatable-accounts-feed myconfig.toml
I see this issue
zsh: illegal hardware instruction

I'm working on an M1 one, I had not met this issue before pulling the latest code.

@ckamm
Copy link
Contributor

ckamm commented Jul 25, 2022

This probably broke in v0.2.1 when I updated the dependencies. Generally I don't support aarch64 because I don't have it, it'd need upstream fixes because of struct layout differences compared to on-chain data, and I hear it's easy to use the x86_64 compatibility mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants