Expand description
Materialization of dependencies into execution environments.
This module handles the “materialization” step where dependencies resolved in the graph are made available to the task execution environment. This typically involves:
- Locating the dependency artifacts (in global cache, local
node_modules, etc.) - Symlinking or copying them into the hermetic environment
- Ensuring workspace members are linked correctly
Modules§
- cargo_
deps - Materializer for Cargo dependencies.
- node_
modules - Materializer for Node.js dependencies (
node_modules).
Traits§
- Materializer
- Trait for materializing dependencies.