summaryrefslogtreecommitdiff
path: root/user/gitlab-runner
AgeCommit message (Collapse)AuthorFilesLines
2023-01-04user/gitlab-runner: patch armv7 for multiple redefinition 'seek'.Zach van Rijn2-3/+44
the file: sys/unix/syscall_linux_arm.go seems to declare 'seek()' as a prototype, the implementation being: sys/unix/syscall_linux_gccgo_arm.go however it isn't immediately clear why the conflict occurs, unless it has to do with our Makefile patches, which CGO_ENABLED=1? fixes #956
2020-06-17user/gitlab-runner: set default --working-directory in serviceMax Rees2-1/+2
2020-06-17user/gitlab-runner: mark !ppc and make build verboseMax Rees2-3/+5
2020-06-15user/gitlab-runner: new packageMax Rees10-0/+497