You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-built solc ARM binaries are not currently available at https://github.com/ethereum/solc-bin. The only thing we can do now is to raise an exception if we encounter an unsupported architecture.
When using an aarch64 host, one will encounter an issue such as the following:
This is due to the following:
https://github.com/Ackee-Blockchain/woke/blob/045171c86fa8c6971e9c1b4544ba9b34f3fc575b/woke/svm/svm.py#L60C1-L61
At least on Linux, it would be preferable if
SolcVersionManager
autodetected the hosts architecture for solc version downloads.The text was updated successfully, but these errors were encountered: