Sascha Grunert
Sascha Grunert
`github.com/xanzy/go-gitlab` seems to be the main reason here.
@cpanato since you added the GitLab support: What would you prefer here? We could either search for another dependency, add the API calls manually or drop the support for GitLab...
Is there any reason for k/k to not just pull in the zeitgeist binary from the [releases page](https://github.com/kubernetes-sigs/zeitgeist/releases/tag/v0.4.1)? We could avoid the rate limiting by moving them to a google...
> If zeitgeist won't isolate these dependencies We can isolate them, I'm searching for alternatives of shipping two binaries. Would a build tag (default off) work as well as per...
Makes sense, then let's move forward with https://github.com/kubernetes-sigs/zeitgeist/pull/547
Can this one be closed @cpanato @liggitt ?
Hey @mchtech, thank you for reporting that issue. crun tries to load `libcriu.so.2`, which does not seem to be available: https://github.com/containers/crun/blob/80fa3db6c3d83c86eb28f8757407e36110ea5aee/src/libcrun/criu.c#L129-L131 Can you fix the issue by installing the required...
@mchtech does it work if you set `LD_LIBRARY_PATH=/usr/lib64`?
Is the main issue resolved with crun 1.17?
@mchtech I'm not sure we can fix that using glibc, we probably would have to use musl libc.