We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build source-build without explicitly exporting LD_PATH in fedora29.
libgit2-7ce88e6 gets picked up automatically from source-build dotnet path after it fails to find it in the environment
Without explicitly exporting the path, this fails on fedora but passes in other distros such as centos and ubuntu
0e8a3ca 0.27.0-preview-0024
fedora29 docker image runtime - 2.1.0
The text was updated successfully, but these errors were encountered:
This should have been fixed by #1714.
Sorry, something went wrong.
That fix applies to .NET Core 3.0+. Earlier versions don't have the NativeLibrary class that is used by the fix.
NativeLibrary
No branches or pull requests
Reproduction steps
Build source-build without explicitly exporting LD_PATH in fedora29.
Expected behavior
libgit2-7ce88e6 gets picked up automatically from source-build dotnet path after it fails to find it in the environment
Actual behavior
Without explicitly exporting the path, this fails on fedora but passes in other distros such as centos and ubuntu
Version of LibGit2Sharp (release number or SHA1)
0e8a3ca
0.27.0-preview-0024
Operating system(s) tested; .NET runtime tested
fedora29 docker image
runtime - 2.1.0
The text was updated successfully, but these errors were encountered: