[libre-riscv-dev] Building Docker Containers

Jacob Lifshay programmerjake at gmail.com
Sun Mar 29 19:59:49 BST 2020


On Sun, Mar 29, 2020, 11:48 Luke Kenneth Casson Leighton <lkcl at lkcl.net>
wrote:

> On Sunday, March 29, 2020, Jacob Lifshay <programmerjake at gmail.com> wrote:
>
> > I'm in the process of adding .gitlab-ci.yml files to all the repos, they
> > will be used for running CI on the git mirrors on debian salsa using my
> > build server. I'm writing them to be based on the debian:10 docker image
> > (basically a debian 10 minimal install) such that anyone who wants can
> copy
> > and run the commands from the .gitlab-ci.yml knowing that they are tested
> > on every commit.
>
>
> did you happen to include python3.6 and 2.7 ?
>

It just installs the debian python3 package, so python 3.6 I think. Python
2 can be added when we need it.

>
> See
> >
> https://git.libre-riscv.org/?p=nmutil.git;a=blob;f=.gitlab-ci.yml;hb=HEAD
> > for a WIP version for nmutil.
>
>
> great.  for test builds it's a reasonable approach.  i wouldn't personally
> choose that route, we have to be careful about disk space on the talos test
> server  however bandwidth there is not an issue.
>

My build server has a 120GB ssd, so if it works there, it should work on
the talos server.

Jacob


More information about the libre-riscv-dev mailing list