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
GitHub Actions runners use cgroups v2 which requires:
- --cgroupns=host for systemd to access cgroup hierarchy
- :rw cgroup mount (not :ro) for systemd to manage cgroups
Also adds better debugging:
- Check if container exits unexpectedly
- Show container status on failure
- Attempt systemctl status inside container
- Increase timeout to 90s for systemd boot time
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments