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

solc-select for ARM #132

Open
adrime92 opened this issue Nov 30, 2022 · 2 comments · May be fixed by #222
Open

solc-select for ARM #132

adrime92 opened this issue Nov 30, 2022 · 2 comments · May be fixed by #222
Milestone

Comments

@adrime92
Copy link

Is that on the roadmap??

@elopez
Copy link
Member

elopez commented Nov 30, 2022

Hi @adrime92! solc-select uses the solc binaries released by the solidity compiler team. As far as I know, they do not offer ARM binaries yet.

Having said that, if you have an ARM Mac (with Rosetta) or an ARM linux (with x86 userspace emulation through QEMU+binfmt) solc-select should work already.

elopez added a commit that referenced this issue Jan 2, 2025
`solc` universal binaries are now available, starting from 0.8.24.
Allow Macs without Rosetta to run those binaries.

Closes #132
@elopez
Copy link
Member

elopez commented Jan 2, 2025

The solc team started releasing universal macOS binaries with 0.8.24, PR #222 will allow running those even when Rosetta is not available.

@elopez elopez linked a pull request Jan 2, 2025 that will close this issue
@elopez elopez added this to the v1.1.0 milestone Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants