-
Notifications
You must be signed in to change notification settings - Fork 323
Allow libgit2 1.4.0 #899
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
Comments
no issues that i know of! (although we might want to check out the vendored directory to v1.4.1 instead of v1.4.0, because there were some breaking Windows bugs in v1.4.0) |
i just test build gitaly with libgit2 1.4.1 and ran into:
they intree v33 |
I ran into the same issue that @darix has reported above. In my case I created a symlink for |
Also in case any one want to look into this issue. I'm trying to build this single file on a macos and it failed with:
libgit2 are installed via homebrew. |
How could do this? |
Turns out that we need libgit2/libgit2#6278 to land upstream, otherwise there's no way to get the connect options and that would break remote operations that require a proxy. |
Would it be OK to also allow |
is this repo abandoned? is there an alternative to it? unable to target newer versions of libgit2 is blocking us right now |
We have been using git2go v33 with libgit2 v1.3.1 in a couple of Flux controllers (for example: https://github.com/fluxcd/source-controller). We have been observing intermittent panics with this version. Using git2go compiled with libgit2 v1.5.0 seems to solve the panics, so it'd be great if we could have a new release. I have opened a PR for the same: #929. |
Update libgit2 to v1.5.0. Replace `SmartProxyOptions()` with `SmartRemoteConnectOptions()`. Fixes: #899 Signed-off-by: Sanskar Jaiswal <[email protected]> Co-authored-by: lhchavez <[email protected]>
Any big issues blocking the bump or is it just a case of "allow newer version" as in the past?
The text was updated successfully, but these errors were encountered: