|
|
|
|
|
by vladaionescu
1656 days ago
|
|
The `earthly ls` idea is great. We do have shell autocompletions but that is not quite the same thing. I will add a ticket for that. Cache misses can be a bit inscrutable. It could be the buildkit GC is running, because disk space is getting scarce, or that some arg or file change caused the cache to be considered invalid. Caching is an area we will continue to improve. We have a proposal for extended cache mounts here[1]. Thanks for using earthly! [1] https://github.com/earthly/earthly/issues/1399 |
|
I think some of my cache misses were a rookie mistake: I was building a few expensive targets on a `FROM ...:latest` base. The base image changed often enough to make the cache misses annoying, but infrequent enough to make me think it was GC. My builds are much happier now! :)