-
Notifications
You must be signed in to change notification settings - Fork 287
Please bump git2 #1025
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
Comments
@o2sh Thoughts? Patch release for NetBSD compatibility? @0323pin Could you provide some insight into how Rust projects are typically built for NetBSD? I'm assuming you use a pre-built binary. Are the exact dependencies from If I'm not mistaken, I think we can also enable the |
@spenserblack Thanks. We have had our share of issues with But, the issues are now fixed. We have waited for a while to merge it, since it breaks quite a few Rust packages. Now, we have decided it was time. We have patched the Rust packages that were still using the old version and only two are still a problem,
The packages are build with
It will use whatever Please don't enable the vendored feature, we prefer not to. The following patch fixes the build on 7be7ea9
Of course, also patching |
On a second thought, I'll patch it locally on NetBSD now but, could you please bump |
Also, just an FYI that we're hoping to eventually drop libgit2 as a dependency. |
That would also be a solution 😃 |
Thanks @0323pin for bringing this to our attention and for maintaining the package on NetBSD. The git2 dependency is now up to date. Thanks @spenserblack for merging some of the dependabot backlog, I completely forgot about the 5 PR limit 😓 We can maybe keep this issue open until the next release. BTW, @0323pin did you find a workaround? or do you need a new release asap? |
@o2sh Everything is fine for now, thanks!
and it builds fine. So, no rush with a new release, thanks for asking. |
2.17.1 is out 🎉 |
Duplicates
Current behavior 😯
onefetch
no longer builds on NetBSD, since we have updatedlibgit2
to 1.6.4 andonefetch
still depends ongit2
0.16 that pullslibgit2-sys
1.5.1 causing a mismatch with the installedlibgit2
.Please bump
git2
to 0.17.1 that useslibgit2-sys
1.6.4Thanks!
Expected behavior 🤔
No response
Steps to reproduce 🕹
No response
Additional context/Screenshots 🔦
No response
Possible Solution 💡
No response
The text was updated successfully, but these errors were encountered: