Skip to content
代码片段 群组 项目
提交 047d981f 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
...@@ -455,3 +455,7 @@ Example 2: ...@@ -455,3 +455,7 @@ Example 2:
1. The Runner is configured to run untagged jobs and has no tags defined. 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 job that has no tags defined is executed and run.
1. A second job that has a `docker` tag defined is stuck. 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.
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册