pub async fn build_default(
manifest_file: &Path,
cache_root: Option<PathBuf>,
) -> Result<()>
Expand description
Run all component build commands, using the default options (build all components, perform target checking). We run a “default build” in several places and this centralises the logic of what such a “default build” means.