hyperledger / solang

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

Add GitHub ARM64 runners #1642

Closed ryjones closed 2 months ago

ryjones commented 2 months ago

Use github provided runners rather than our own.

seanyoung commented 2 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 2 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.