Hermetic Build - CI/CD用語集の定義
Hermetic build は、ネットワークや周囲のホスト状態から遮断され、宣言された入力のみを使用します。この隔離により build は再現可能になり、安全に cache できます。
関連ガイド
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…