Closed lengau closed 5 months ago
Something like:
def gen_charm_build_plan(platforms: dict[str, None | dict[str, list[str]]]) -> Iterable[CharmBuildInfo]: ...
This should provide a full build plan usable by both charmcraft and Launchpad.
For right now, don't depend on pydantic
Something like:
This should provide a full build plan usable by both charmcraft and Launchpad.
For right now, don't depend on pydantic