hyperledger-solang / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.26k stars 210 forks source link

Add GitHub ARM64 runners #1642

Closed ryjones closed 4 months ago

ryjones commented 5 months ago

Use github provided runners rather than our own.

seanyoung commented 5 months ago
Error: docker: command not found

Why would docker not be installed? We run our tests in container which contains all the build tools (llvm, rust, solana, and others)?

seanyoung commented 5 months ago

Why would docker not be installed? We run our tests in container which contains all the build tools (llvm, rust, solana, and others)?

Looks like the vm is a minimal ubuntu server install. We have to install the tools ourselves - hence the apt-get install.