Commit 047d981f authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'selhorn-syscall-runner' into 'master'

Docs: Added troubleshooting for syscall

Closes gitlab-runner#26638

See merge request gitlab-org/gitlab!39273
parents c5d94139 0e4d22ab
......@@ -455,3 +455,7 @@ Example 2:
1. The Runner is configured to run untagged jobs and has no tags defined.
1. A job that has no tags defined is executed and run.
1. A second job that has a `docker` tag defined is stuck.
## System calls not available on GitLab.com shared runners
GitLab.com shared runners run on CoreOS. This means that you cannot use some system calls, like `getlogin`, from the C standard library.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment