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

Fix Git sub-modules handling #975

Merged
merged 1 commit into from
Jan 13, 2022
Merged

Conversation

bobeff
Copy link
Contributor

@bobeff bobeff commented Dec 22, 2021

Add init and update of Git sub-modules when cloning a specific revision. This is used by the nimble sync command when downloading locked dependencies. Without it required by some libraries, additional files will not be installed. This for example is the case with the nim-bearssl library.

Fixes #958

Add init and update of Git sub-modules when cloning a specific revision.
This is used by the `nimble sync` command when downloading locked
dependencies. Without it required by some libraries, additional files
will not be installed. This for example is the case with the
`nim-bearssl` library.

Fixes  nim-lang#958
@Araq Araq merged commit ea7db2e into nim-lang:master Jan 13, 2022
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.

nimble sync via git missing submodule in package
2 participants