-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature description
solc 0.8.31 onwards is publishing ARM64 Linux binaries in addition to the existing options.
If a project is being compiled on an ARM64 system and v0.8.31+ of solc is specified, Gradle should use the native binary instead of trying to run the x86 binary through emulation. This should hopefully lead to better performance and less host configuration required when running on ARM64 (Apple Silicon, AWS Graviton, etc.).
More details can be found on argotorg/solidity#11351.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request