Из ленты dev.to devops — кратко, чтобы не потерять.

Local Build Cache or Remote Build Cache? The Sweet Spot of Speed and Cost Optimization Increasing the speed of our CI/CD pipelines and making development processes efficient is a goal we all chase. One of the most fundamental optimization points on this path is reducing build times. This is where the concept of a “build cache” comes into play. But should we keep this cache locally or host it on a remote server? This choice is tied not only to speed but also to costs, infrastructure management, and team synchronization. My experience shows that this dilemma often goes beyond the simple “which is faster?” question. For example, when working on a production ERP system, the dependencies and compilation times of the modules we built could take a considerable amount of time. Initially, each deve


Полный текст и контекст у первоисточника: https://dev.to/merbayerp/local-build-cache-vs-remote-cost-balance-in-cicd-speed-3hjb