Skip to content

Utilise Native ARM Binaries #87

@thebeanogamer

Description

@thebeanogamer

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions