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
On our Amazon Linux 2 BuildKite setup, we run all tests without Docker
to make the setup more closer to production. However runc uses `/run/runc`
directory that would cause a race condition if we have multiple builds
in parallel.
This change adds `--root` parameter to runc to avoid the race condition.
Signed-off-by: Kazuyoshi Kato <[email protected]>
0 commit comments