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: remove cmake build dep from git plugin #735

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

j-lanson
Copy link
Collaborator

Resolves #733 .

Replacing our custom nom parser for git data with gix implicitly introduced a dependency on cmake to build zlib-ng. This commit changes the features of gix to use the system zlib instead if present.

Replacing our custom nom parser for git data with `gix` implicitly
introduced a dependency on `cmake` to build `zlib-ng`. This commit
changes the features of `gix` to use the system zlib instead if present.

Signed-off-by: jlanson <[email protected]>
@j-lanson j-lanson added this to the 3.9.0 milestone Dec 19, 2024
@j-lanson j-lanson self-assigned this Dec 19, 2024
@patrickjcasey patrickjcasey merged commit 4de12c1 into main Dec 19, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

Try to remove cmake dependency from git plugin
2 participants