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

don't initialize ngen submodule after copying in local code #105

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

hellkite500
Copy link
Contributor

This PR, dependent on NOAA-OWP/ngen#769, would allow the integration test to use the current checked out code in place of the submodule checkout by using the new "initialize" input. This also passes custom cmake build flags along to the submodule build action to configure the build.

This allows the ngen build to use the static submodule commits (which have hopefully been tested) and only use the current NOM PR code to run the test with. Customization of other components is possible, but not in scope here and may not be a good idea in general.

Closes #104

@hellkite500
Copy link
Contributor Author

hellkite500 commented Mar 19, 2024

Integration tests will fail until the action is updated in ngen:
image

Copy link
Contributor

@madMatchstick madMatchstick left a comment

Choose a reason for hiding this comment

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

Integration tests now pass, thanks @hellkite500

@madMatchstick madMatchstick merged commit 72d41df into main Mar 20, 2024
4 checks passed
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.

GH workflow builds against ngen submodule commit, not current commit
2 participants