pub fn build_port(
port: &Port,
env: &mut BuildEnvironment,
) -> Result<(), KernelError>Expand description
Build a port inside the given environment.
This is the kernel-side orchestration framework. Actual compilation takes place in user-space processes; the kernel validates checksums, sets up the build environment, and sequences the build steps.