-
Notifications
You must be signed in to change notification settings - Fork 64
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
Dll not found while trying to get git version of a repo #55
Comments
This is the dockerfile that I'm using https://github.com/johnnyasantoss/JsonFluentMap/blob/testes-unitarios/Dockerfile |
I have the same issue, @patriksvensson . Repro non-working Cake.Git on Linux: https://travis-ci.org/johnkors/cakegit/jobs/351972745#L2503 |
A workaround/fix from @devlead on gitter.im: Using a Ubuntu base image instead of say Debian based ( Example of working Ubuntu image: |
Seems to be related to |
I'm getting this issue as well. I've tried the posted workaround, and it had no effect :( here's the error I'm getting (note this is gitversion throwing the error):
|
The solution given here helped me out. |
Moved from cake-build/cake#1906
Originally asked by @johnnyasantoss
What You Are Seeing?
I'm having problems to get the git version of a repo using Cake.Git.
I think that the problem has something to do with the relative path for the
.so
file.What is Expected?
Get the latest tag of the repo.
What version of Cake are you using?
Are you running on a 32 or 64 bit system?
What environment are you running on? Windows? Linux? Mac?
I'm using a docker image to build my project (or trying to).
Image:
johnnyasantoss/dotnet-mono-docker:dotnet2.0-mono5.2-sdk
How Did You Get This To Happen? (Steps to Reproduce)
I tried to run a task and after compiling I got this error message.
Output Log
Gist: https://gist.github.com/anonymous/592a7073ba70b570b1090c92a39545df
The text was updated successfully, but these errors were encountered: