Build Cache - Definição do Glossário de CI/CD
Um build cache indexa saídas compiladas por um hash de suas entradas e as restaura quando as entradas não mudaram, pulando a recompilação entre execuções e máquinas.
Guias relacionados
Incremental Build - CI/CD Glossary DefinitionAn incremental build recompiles only the parts of a project affected by a change, reusing prior outputs for e…
Layer Caching - CI/CD Glossary DefinitionLayer caching reuses unchanged Docker image layers between builds, so only the steps after the first change r…
Hermetic Build - CI/CD Glossary DefinitionA hermetic build runs isolated from the network and host state, depending only on declared inputs - the basis…