ビルドフェーズ - CI/CD 用語集の定義
ビルドフェーズは build プロセスの明確な段階(構成、コンパイル、リンク、パッケージング、テスト)で、順番に実行されます。フェーズを分離することで、build system は安定した初期フェーズを cache し、各フェーズ内の独立した作業を並列化できます。
関連ガイド
Build Target - CI/CD Glossary DefinitionA build target is a named unit a build system knows how to produce - a binary, library, or test - along with…
Compilation Unit - CI/CD Glossary DefinitionA compilation unit is the chunk of source a compiler processes independently into one object file - the granu…
Linker Script - CI/CD Glossary DefinitionA linker script tells the linker how to lay out sections of object files into the final binary’s memory regio…