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

[Bug] dev_setup.sh installs the wrong version of solc for Mac Arm64 #9350

Closed
brmataptos opened this issue Jul 27, 2023 · 0 comments · Fixed by #9412
Closed

[Bug] dev_setup.sh installs the wrong version of solc for Mac Arm64 #9350

brmataptos opened this issue Jul 27, 2023 · 0 comments · Fixed by #9412
Assignees
Labels
bug Something isn't working

Comments

@brmataptos
Copy link
Contributor

🐛 Bug

Script was changed to use Arm64 version of Solidity installed from brew. Unfortunately, the newer version installed breaks tests in third-party/evm/. The Amd64 version may be slower, since it runs through emulation, but tests work with it. This prevents local building of nextest unit tests on developer laptop.

Getting the old version of the Arm64 version from brew requires a lot of work, and it doesn't seem worthwhile for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants