You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: