I found no kernel version requirement in code/issues/documentation of c-gull.
In some corner case, user may want a static-linked build for the low glibc version compability. Unfortunately, environments with an older glibc, often come with an old kernel. Should we add some tests for kernel version compability? Running qemu-system in github actions, e.g.
I found no kernel version requirement in code/issues/documentation of c-gull.
In some corner case, user may want a static-linked build for the low glibc version compability. Unfortunately, environments with an older
glibc, often come with an old kernel. Should we add some tests for kernel version compability? Running qemu-system in github actions, e.g.