-
Notifications
You must be signed in to change notification settings - Fork 141
fix(solc): don't install solc
via solc-select
on ARM; add version sanity check
#1556
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
fix(solc): don't install solc
via solc-select
on ARM; add version sanity check
#1556
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just two small comments below!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, two last comments.
9c03fb8
to
b588eff
Compare
Done! |
solc
via solc-select
on ARM; add version sanity check
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
I added a changelog to increase visibility for any other ARM users 🙂
…y to use solc-select to install solc on arm linux, issue ethereum#1512
ba5c12f
to
395a89c
Compare
… sanity check (ethereum#1556) Co-authored-by: danceratopz <[email protected]>
🗒️ Description
Read the issue for more context
🔗 Related Issues
✅ Checklist
mkdocs serve
locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.