Skip to main content

Module builder

Module builder 

Source
Expand description

Tier 2 cold rebuild: produce a fresh artifact + (re)install it on the active Target.

Delegates the cargo + gradle / xcodebuild orchestration to whisker-build, which is shared with whisker-cli’s whisker build subcommand. When with_capture is set, the cargo step doubles as a fat build that fills the rustc + linker capture caches the Tier 1 hot-patch pipeline replays later.

Structs§

Builder
Builder for cold (Tier 2) rebuilds. Tier 1 hot-patches live in crate::hotpatch::Patcher — Builder is only invoked for dependency-shaped changes (Cargo.toml edits) and as a fallback when Tier 1 errors.