1 repo
Sandboxed execution models that isolate build processes from host state.
Distinguishing note: Focuses on the security and reproducibility aspect of build isolation.
Explore 1 awesome GitHub repository matching security & cryptography · Hermetic Build Environments. Refine with filters or upvote what's useful.
Bazel is a multi-language build automation engine designed to manage complex dependency graphs and execute compilation tasks for massive codebases. It functions as a hermetic build environment, utilizing sandboxed execution and content-addressable caching to ensure that build artifacts are reproducible and that identical tasks are never re-executed. By modeling dependencies as a directed acyclic graph, the system determines optimal execution order and identifies tasks that can run in parallel. The project distinguishes itself through its support for distributed build execution, allowing resou
Ensures reproducible software artifacts by strictly controlling input dependencies and isolating build actions from host state.