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

时间:2015-06-16 10:10:28

标签: ruby gitlab raspberry-pi2

我想在运行Raspbian的RPI 2计算机上安装GitLab Runner for CI。

官方网页上没有可用或提及的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跑步者?

1 个答案:

答案 0 :(得分:2)

管理安装非官方的跑步者。

指南:

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

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