We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Equivalent of mimblewimble/grin#3545 for grin-wallet. Currently Grin-Wallet does not build on Apple Silicon (ARM M1). For two reasons:
cargo update -p ring
The text was updated successfully, but these errors were encountered:
Ran the grin-wallet dual of mimblewimble/grin#3545 (comment) on aarch64-apple-darwin as such:
grin-wallet
aarch64-apple-darwin
git clone -b trevyn-croaring-defork https://github.com/trevyn/grin-wallet.git cd grin-wallet cargo update -p ring cargo build cargo build --release cargo test --all
All worked on:
rustc 1.50.0 (cb75ad5db 2021-02-10) rustc 1.51.0-beta.7 (80eddb935 2021-03-17) rustc 1.52.0-nightly (36f1f04f1 2021-03-17)
Will submit PR when mimblewimble/grin#3596 is merged.
Sorry, something went wrong.
We now support Apple Silicon! Thanks @trevyn
No branches or pull requests
Equivalent of mimblewimble/grin#3545 for grin-wallet.
Currently Grin-Wallet does not build on Apple Silicon (ARM M1). For two reasons:
cargo update -p ring
.The text was updated successfully, but these errors were encountered: