Hermetic Build - Definição do Glossário de CI/CD
Um hermetic build é isolado da rede e do estado ambiente do host, usando apenas entradas declaradas; esse isolamento torna os builds reproduzíveis e seguros para cache.
Guias relacionados
Reproducible Build - CI/CD Glossary DefinitionA reproducible build produces bit-for-bit identical output from the same source and inputs, letting anyone ve…
Build Cache - CI/CD Glossary DefinitionA build cache stores intermediate compilation outputs keyed by their inputs, so unchanged work is restored in…
Incremental Build - CI/CD Glossary DefinitionAn incremental build recompiles only the parts of a project affected by a change, reusing prior outputs for e…