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

Allow for ci submodule not be present #167

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

josecm
Copy link
Member

@josecm josecm commented Aug 13, 2024

If this reposiroty is not cloned with '--recursive', the ci subdmoudle will not be prenset which will result in any invocation of make to fail. This modification allows that if the ci submodule is not present, it will simply be ignored and typical make calls for building the hypervisor will continue normally.

@josecm josecm changed the title Allow for ci submodule not be cloned Allow for ci submodule not be present Aug 13, 2024
danielRep
danielRep previously approved these changes Aug 19, 2024
@danielRep danielRep self-assigned this Aug 19, 2024
Makefile Outdated Show resolved Hide resolved
If this reposiroty is not cloned with '--recursive', the ci subdmoudle
will not be prenset which will result in any invocation of make to fail.
This modification allows that if the ci submodule is not present, it
will simply be ignored and typical make calls for building the
hypervisor will continue normally.

Signed-off-by: Jose Martins <[email protected]>
@DavidMCerdeira DavidMCerdeira self-requested a review August 20, 2024 13:01
@danielRep danielRep merged commit 83199be into main Aug 20, 2024
15 checks passed
@danielRep danielRep deleted the feat/ignore_missing_ci_submodule branch August 20, 2024 13:01
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.

3 participants