Open mr-cal opened 5 days ago
:warning: Craft-application needs to allow applications to implement multi-base builds but doesn't change the default build planner.
Polish the prototype in work/CRAFT-3668/multibase-prototype to support multi-base builds as defined in ST124.
get_base()
get_build_on_architecture()
get_build_for_architecture()
ProjectService
self._project.base
self._build_plan[0]
To support multi-base builds in charmcraft.
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3719.
This message was autogenerated
What needs to get done
Polish the prototype in work/CRAFT-3668/multibase-prototype to support multi-base builds as defined in ST124.
Missing work
get_base()
,get_build_on_architecture()
andget_build_for_architecture()
to theProjectService
.self._project.base
andself._build_plan[0]
.Why it needs to get done
To support multi-base builds in charmcraft.
Upstream work
Downstream work