[libre-riscv-dev] Setting up our own CI runner

Jacob Lifshay programmerjake at gmail.com
Wed Feb 26 06:12:49 GMT 2020


On Tue, Feb 25, 2020 at 10:01 PM Jacob Lifshay <programmerjake at gmail.com> wrote:
>
> Cole, one thing you can do if you like is to figure out how to set up
> a GitLab CI runner on a computer:

Some additional requirements:
Docker should be used as the backend runner.

It should be set up to block outgoing connections from the runners to
any local addresses (192.168.x.x, 10.x.x.x, etc.) Don't forget IPv6.

If possible, can you build a bash script that will install and set
everything up from a fresh install of Debian, that way, it will be
easier to recover from a corrupted system, install it on more
computers, and publicly document the setup.

Jacob



More information about the libre-riscv-dev mailing list