-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Add support for CentOS #219
Labels
Comments
If the plan to remove the OpenSSL and curl dependencies from the native libraries works the way I'm thinking it will, then the work to handle this will be simplified. My current thinking is that instead of the handful of different RIDs we have in the current 0.26.0 preview, we'd just need two different linux libraries, one for musl libc distros (alpine) and one for everything else. |
Any update on this? |
AArnott
pushed a commit
that referenced
this issue
Nov 15, 2023
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.0 to 2.5.1. - [Commits](xunit/xunit@2.5.0...2.5.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As @bording points out in #218 (comment), we should update to libgit2sharp 0.26.0, including taking care to load the right native libgit2 library based on RID at runtime so that NB.GV works on more Linux platforms including CentOS.
The text was updated successfully, but these errors were encountered: