The issue
To speed up actions and reduce bandwidth we should be caching an image after installing dependencies. Then grab the cached image for testing, releasing, etc.
What to keep in mind
The new cached image should be refreshed every once in a while in case there is an update to one of the dependencies (Ex. clang, build-essential, etc).
The issue
To speed up actions and reduce bandwidth we should be caching an image after installing dependencies. Then grab the cached image for testing, releasing, etc.
What to keep in mind
The new cached image should be refreshed every once in a while in case there is an update to one of the dependencies (Ex.
clang,build-essential, etc).