-
Notifications
You must be signed in to change notification settings - Fork 35
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
Tag a new release to benefit of static linking work brought on master #146
Comments
I still encounter panic even building from master branch, I am attempting to bump some dependencies around libgit2 and git2go to fix this issue (hightoxicity@8e8ac20) I will give this build a try and let you know if it allows me or not to fix previous issue. Thx |
Hey @hightoxicity, Thanks for investigating this issue. |
Thank you @buddhike |
Hi @buddhike, at end there was no issue with mbt, issue came from the azure pipelines default shallow fetching behavior with a default depth of 1 (https://dev.to/kkazala/azure-devops-pipelines-shallow-fetch-1-is-now-default-4656), I have switched this to 0 (fetch all). In my attempt to solve this "issue" (not one at end), I have made some work to upgrade git2go and libgit2 (following compatibility matrix here: https://github.com/libgit2/git2go#which-go-version-to-use), that is why I opened a PR to benefit of those bumps: Thank you |
Do you want to report a bug?
I got a panic with last produced binary version (linux one v0.24)
I have compiled a custom build using last merged changes in master branch and I have no more issues in same conditions.
Which mbt command are you having troubles with?
v0.24
What's the current behaviour?
What's the expected behaviour?
MBT should work properly
Environment
The text was updated successfully, but these errors were encountered: