We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠️ 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.
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3719.
This message was autogenerated
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: