Closed ryjones closed 6 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)?
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
.
Use github provided runners rather than our own.