(no title)
Sankozi | 4 months ago
Having dependency cache and build tool that knows where to look for it is much superior solution.
Sankozi | 4 months ago
Having dependency cache and build tool that knows where to look for it is much superior solution.
jampekka|4 months ago
Sankozi|4 months ago
If you have local dependency repo and dependency manifest, during the build, you can either:
1. Check if local repo is in sync - correct build, takes more time
2. Skip the check - risky build, but fast
If the dependencies are only in the cache directory, you can have both - correct and fast builds.