canic-installer
Published installer and release-set tooling for downstream Canic workspaces.
This crate owns the public thin-root build and staging path:
- build visible canister artifacts through
canic-build-canister-artifact - build the hidden bootstrap store through
canic-build-wasm-store-artifact - emit
.dfx/<network>/canisters/root/root.release-set.json - stage the ordinary release set into
root - resume root bootstrap
- drive the local root install flow against an already running
dfxreplica
Typical installed binaries:
canic-build-canister-artifactcanic-build-wasm-store-artifactcanic-emit-root-release-set-manifestcanic-stage-root-release-setcanic-install-rootcanic-install-reference-topology
Build-profile selection is explicit:
CANIC_WASM_PROFILE=debugbuilds raw debug wasmCANIC_WASM_PROFILE=fastbuilds the middle shrunk local/test/demo laneCANIC_WASM_PROFILE=releasebuilds the shipping/install lane
If unset, installer/build binaries default to release.
When the Rust workspace root and the DFX/project root differ, set both:
CANIC_WORKSPACE_ROOTfor Cargo,canic.toml, and canister manifestsCANIC_DFX_ROOTfordfx.json,.dfx, and emitted artifacts