Skip to content
Latchkey

Compilation Unit - CI/CD Glossary Definition

A compilation unit is the unit of source a compiler translates independently (a .c plus its includes, or a Rust crate), emitting one object file; it is the granularity at which incremental builds recompile only what changed.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →