Commit 0e4d22ab authored by Suzanne Selhorn's avatar Suzanne Selhorn Committed by Russell Dickenson

Added troubleshooting for syscall

Related to: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26638
parent 5ecbaf0f
......@@ -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