Build Phase - Definição do Glossário de CI/CD
Uma build phase é um estágio distinto do processo de build (configurar, compilar, linkar, empacotar, testar) executado em sequência; separar as phases permite que um build system faça cache das phases iniciais estáveis e paralelize o trabalho independente dentro de cada uma.
Guias relacionados
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…