Giuseppe Scrivano
Giuseppe Scrivano
alternative fix for Podman: https://github.com/containers/podman/pull/23243
couldn't this be solved by running the OCI runtime in a compatible cgroup first?
> [@haircommander](https://github.com/haircommander) actually mentioned what you propose in the summary. When you move to the proper cgroup first, you will cause interference, because the cpuset is not yet restricted properly....
crun doesn't have any API/ABI dependency on the library, it only uses the schema definitions, so no code from the runtime-spec repository is used. We generate the parser from the...
opened a PR: https://github.com/containers/crun/pull/1923
please squash and remove all the unrelated changes
there are still changes to other files (ebf.c and utils.c), also you need to sign your commit (`git commit --amend -s`), please use your real name
> The modifications in ebpf.c and utils.c are purely formatting changes introduced by clang-format, and they don’t affect functionality. the `clang-format` test is failing though