Skip to content
New issue

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

Remove error when evaluating cpackget location #3

Merged
merged 1 commit into from
Apr 24, 2022

Conversation

brondani
Copy link
Collaborator

Remove error when evaluating cpackget location since its presence is not mandatory.
Issue #2

@brondani brondani requested a review from jkrech April 22, 2022 13:18
Copy link
Member

@jkrech jkrech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In any case the role of of cbuild is the orchestration of a defines set of tools. Some of them are optional (e.g. xmllint), others are mandatory (e.g. cbuildgen, CMake, ninja). cpackget is somewhere in the middle depending on the use case. E.g. if csolution was already executed the required packs must be present already. Therefore it seems sensible to only throw an error about missing cpackget at the point when it actually would be invoked listing the missing packs.

@jkrech jkrech merged commit 37138c6 into Open-CMSIS-Pack:main Apr 24, 2022
@brondani brondani deleted the remove-cpackget-error branch April 25, 2022 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants