Build Cache - CI/CD用語集の定義
Build cache は、コンパイル済みの出力を入力のハッシュでキー付けし、入力が変わっていないときに復元することで、実行やマシンをまたいで再コンパイルをスキップします。
関連ガイド
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…