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
Running the following
from craft_platforms.rock import get_rock_build_plan base = "bare" build_base = None print(get_rock_build_plan(base=base, platforms={"amd64": None}, build_base=build_base))
yields ValueError: Invalid base string 'bare'. Format should be '<distribution>@<series>'
ValueError: Invalid base string 'bare'. Format should be '<distribution>@<series>'
It should probably say something like "build-base required for 'bare' base" or similar.
craft-platforms version is 0.3.0 here
0.3.0
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-3612.
This message was autogenerated
Sorry, something went wrong.
No branches or pull requests
Running the following
yields
ValueError: Invalid base string 'bare'. Format should be '<distribution>@<series>'
It should probably say something like "build-base required for 'bare' base" or similar.
craft-platforms version is
0.3.0
hereThe text was updated successfully, but these errors were encountered: