Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0e4d22ab
Commit
0e4d22ab
authored
Aug 23, 2020
by
Suzanne Selhorn
Committed by
Russell Dickenson
Aug 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added troubleshooting for syscall
Related to:
https://gitlab.com/gitlab-org/gitlab-runner/-/issues/26638
parent
5ecbaf0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/ci/runners/README.md
doc/ci/runners/README.md
+4
-0
No files found.
doc/ci/runners/README.md
View file @
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment