gvisor
gvisor copied to clipboard
Modify `make` rules to allow using a fully-local build cache.
Modify make
rules to allow using a fully-local build cache.
This includes the ability to force using local images only (do not check
for updated manifests), and to explicitly mount and specify external caches
for Go repositories via rules_go
's GO_REPOSITORY_USE_HOST_MODCACHE
.