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

Support Apple Silicon #571

Closed
quentinlesceller opened this issue Jan 12, 2021 · 2 comments
Closed

Support Apple Silicon #571

quentinlesceller opened this issue Jan 12, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@quentinlesceller
Copy link
Member

Equivalent of mimblewimble/grin#3545 for grin-wallet.
Currently Grin-Wallet does not build on Apple Silicon (ARM M1). For two reasons:

@quentinlesceller quentinlesceller added the enhancement New feature or request label Jan 12, 2021
@trevyn
Copy link
Contributor

trevyn commented Mar 18, 2021

Ran the grin-wallet dual of mimblewimble/grin#3545 (comment) on aarch64-apple-darwin as such:

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.

@quentinlesceller
Copy link
Member Author

We now support Apple Silicon! Thanks @trevyn

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

No branches or pull requests

3 participants
@trevyn @quentinlesceller and others