(GH-628) Copy system libgit2 files to cake.git and gitversion directories#643
Merged
gep13 merged 2 commits intocake-contrib:developfrom Sep 2, 2020
Merged
Conversation
…sion directories On some linux distros it is not possible to use the embedded libgit2 binaries for these two softwares, and as such they need to either be linked or be copied to the necessary directories. As we are moving toward better support regarding .NET Core cake, we can no longer fully provide the support of patch DLLMaps as these do not work using .NET Core. As such this commit makes the necessary changes to copy the system libgit2 library to the existing libgit2*.so locactions underneeth the tools directory.
This includes the ability to report which Build Platform is used (Ubuntu, Arch Linux, Windows 10, etc).
44e2333 to
5157a7a
Compare
Member
|
@AdmiringWorm going to be honest and say that I have no real clue about what is going on here, but if you are happy with it, I am over the moon :-) |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





On some linux distros it is not possible to use the embedded libgit2 binaries for these two softwares, and as such they need to either be linked or be copied to the necessary directories. As we are moving toward better support regarding .NET Core cake, we can no longer fully provide the support of patch DLLMaps as these do not work using .NET Core. As such this commit makes the necessary changes to copy the system libgit2 library to the existing libgit2*.so locactions underneeth the tools directory.
fixes #628