This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Cache the solana build tools to optimize github/actions/acquire-solana-tools #116
Open
Description
github/actions/acquire-solana-tools downloads the build tools everytime the pre-merge checks are run. this could be slowing down the lint steps.
The toolchains are released only once in a while so we could just check for the md5 of the upstream tools and if it matches the one currently on machine then we could just re-use otherwise download.
Activity