pub async fn resolve(spec: &BuildSpec) -> Result<ResolvedSpec>Expand description
Resolve a BuildSpec to a fully pinned ResolvedSpec using the conda
repodata from the declared channels.
Resolution strategy:
- Download
repodata.jsonfor each channel + subdir. - BFS from the declared packages, resolving each transitive dependency.
- Return a deterministically sorted
ResolvedSpec.