在 Raspberry Pi 2 (Raspbian) 上安装 GitLab CI Runner

Installing GitLab CI Runner on Raspberry Pi 2 (Raspbian)

我想在我的 RPI 2 机器 运行ning Raspbian.

上为 CI 安装 GitLab Runner

官方页面上没有可用或提及的 armhf 包:https://gitlab.com/gitlab-org/omnibus-gitlab-runner/blob/master/doc/install/README.md

我在网上找不到。


我已经尝试从源代码构建它,但未能成功 make ruby 2.1.5

尝试按照以下指南安装它:

http://qiita.com/honeniq/items/b5c767f947725280662e

但失败了:

Installing ruby-2.1.5...

BUILD FAILED (Raspbian GNU/Linux 7 using ruby-build 20150519-11-g6f1ed3d)

Inspect or clean up the working tree at /tmp/ruby-build.20150616110149.29126
Results logged to /tmp/ruby-build.20150616110149.29126.log

Last 10 log lines:
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby-build.20150616110149.29126/ruby-2.1.5'
generating transdb.h
linking static-library libruby-static.a
verifying static-library libruby-static.a
collect2: ld returned 1 exit status
Makefile:217: recipe for target 'libruby-static.a' failed
make: *** [libruby-static.a] Error 1
make: *** Waiting for unfinished jobs....
transdb.h unchanged

你们中有人设法安装并 运行 CI 运行ner 吗?

成功安装了一个非官方的运行器。

指南在这里:

https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/docs/install/linux-manually.md

您需要有一个帐户并登录才能阅读指南。