Lack of userns privilege in crow CI

Hello! i am illy, i am trying to port the building of zirconium linux images to codefloe,

an issue im having is that the build for zirconium requires user namespaces, which doesn’t seem to work in crow ci

Related CI Output: Crow CI

It’s not really clear what you want to achieve. In case you’re trying to execute privileged commands: that won’t work as a public CI will never allow such.

Judging from your build log your build tries to make use of user NS delegation itself which won’t work as this will effectively link to the host socket.

To make this work you’d need to add a self-hosted agent for these builds.