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

问题描述 投票:1回答:1

我想在运行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运行器?

ruby gitlab raspberry-pi2
1个回答
2
投票

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

指南:

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

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

© www.soinside.com 2019 - 2024. All rights reserved.