-
-
This issue tracks statically linking all binaries available in KraftKit.
The major overhead here is the use of github.com/libgit2/git2go which depends on `libgit2-dev`.
The reason for using this…
-
The controller is intermittently experiencing a crash during a libgit2 Fetch operation:
```
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x…
-
When I tried to install gitin from AUR of Manjaro, there is error:
~~~
$ pacui i gitin
==> Error: Could not find all required packages:
libgit2=1:0.27.8 (Wanted by: gitin)
libgit2-glib=0.…
-
## Pipeline Output
`[36mINFO[0m[13:13:58] * [32;1m[OK][0m Step dependency (pkg-config) installed, available.
[34;1m(libgit2) isn't installed, installing...[0m
[34;1m * [32;1m[OK][0m libgi…
-
Given:
1. All tests (even `Clone`) initialize a `Repository` before they run a test
1. The tests that make use of `Clone` seem to be using a [local file path](https://github.com/libgit2/git2go/blo…
-
I'm using an env var to get the path to the SSH private key.
This key is a passphrase-less GitLab deploy key. That key works great when I use it with a classic `git clone`.
But it doesn't work wit…
-
## Context
To support git repos, the kpack-controller (and build-init) uses https://github.com/libgit2/git2go (which is a Go wrapping around the C library libgit2) to programatically do git operati…
-
Intermittently a data race is being detected when running the controller's tests:
```
==================
WARNING: DATA RACE
Write at 0x00c000a63dc0 by goroutine 88:
github.com/fluxcd/source-controll…
pjbgf updated
2 years ago
-
Go does not seem to be able to use the newly created git2go `v35` as a `v34` does not exist.
```bash
$ go get -d github.com/libgit2/git2go
[module path "github.com/libgit2/git2go/v34" (and .../v3…
pjbgf updated
2 years ago