CI and docker caching
Closed this issue · 0 comments
GrosQuildu commented
Currently every CI docker build rebuilds deepstate from the start and it takes a long time (~40min). However, it may use caching, because multistage builds (specific fuzzers) are not changing. The problem seems to be that deepstate-base is build locally and that invalidates the cache.
Any idea how to fix that?