summaryrefslogtreecommitdiff
path: root/user/gitlab-runner/APKBUILD
AgeCommit message (Collapse)AuthorFilesLines
2024-06-11user/gitlab-runner: Update to 15.0.0A. Wilcox1-17/+12
* 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-3/+6
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 Rees1-1/+1
2020-06-17user/gitlab-runner: mark !ppc and make build verboseMax Rees1-2/+3
2020-06-15user/gitlab-runner: new packageMax Rees1-0/+87