-
Notifications
You must be signed in to change notification settings - Fork 491
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
M1 Support: update configure_dev.sh #3808
Comments
From @algojack
|
The above does work...setting
It looks to be related to this issue golang/go#47269 (comment) From what I can tell it seems like this means M1 support for go-algorand is blocked on upgrading go to 1.17 minimum. |
I got compilation working with go1.16, but I had to set Because the main reason we want M1 support is for the developer experience, it seems like the correct decision is to bump to go 1.17. |
Several people at the company have successfully configured their M1 systems to build algod. In this ticket we need to codify those changes in the
configure_dev.sh
script and perform basic validation. The script has a darwin section for supporting mac hardware, we need to extend it with section for M1 specific configuration.Acceptance criteria
After running the configure script the following commands should work:
The text was updated successfully, but these errors were encountered: