You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cross-compilation: Add stub for NewUserNamespaceLinux on non-Linux platforms
The macOS build was failing because NewUserNamespaceLinux is only defined
for Linux builds but referenced in the enhanced jail factory. Adding a stub
file that returns an appropriate error for non-Linux platforms.
0 commit comments