summaryrefslogtreecommitdiff
path: root/user/gitlab-runner/fix-multiple-redef-seek.patch
AgeCommit message (Collapse)AuthorFilesLines
2024-08-07user/gitlab-runner: Update to 15.0.0A. Wilcox1-38/+0
* Parallel build on as many cores as normal builds use. * The module cache is contained within the builddir instead of polluting HOME.
2023-01-04user/gitlab-runner: patch armv7 for multiple redefinition 'seek'.Zach van Rijn1-0/+38
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