|
|
|
|
|
by quodlibetor
252 days ago
|
|
Mise does do local-only Make-similar task caching, if you specify sources and outputs: https://mise.jdx.dev/tasks/task-configuration.html#sources If you specify sources but not "outputs" then mise will auto-track whether sources have been modified. I requested the auto-track feature to speed up Docker builds a pretty long time ago, and it's been fantastic. |
|
Ideally local and remote caching would be built on the same underlying code path.