⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module build_system

Module build_system 

Source
Expand description

Build Orchestrator

Source-to-binary package build pipeline with dependency resolution, build sandboxing via namespaces, and integration with the ports system.

Structs§

BuildConfig
Build configuration for a single package
BuildJob
Build job status
BuildOrchestrator
Build orchestrator that manages the full pipeline
BuildSandbox
Build sandbox configuration
DependencyGraph
Dependency graph for topological sort

Enums§

BuildStage
Build stage in the pipeline