douglascamata / setup-docker-macos-action

A Github Action to setup Docker on macOS runners.
MIT License
29 stars 9 forks source link

Cache all the dependency chain of Colima #9

Open douglascamata opened 1 year ago

douglascamata commented 1 year ago

All the dependencies of Colima, including sub-dependencies (i.e. Colima depends on QEMU, that depends on a bunch of things), should be part of the cache key, cached, and restored.

These dependencies can be listed with brew deps colima. With some advanced bash-fu tricks we can cache and restore all of them.