Closed bduffany closed 2 weeks ago
The filecache has a _tmp dir which we should not scan, and we are also considering moving OCI + firecracker images to this cache directory, to prevent executor.delete_build_root_on_startup from wiping cached images.
_tmp
executor.delete_build_root_on_startup
What's the context?
Updated the PR description
The filecache has a
_tmp
dir which we should not scan, and we are also considering moving OCI + firecracker images to this cache directory, to preventexecutor.delete_build_root_on_startup
from wiping cached images.