Skip to main content

Module materializer

Module materializer 

Source
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.