[libre-riscv-dev] Building Docker Containers

Jacob Lifshay programmerjake at gmail.com
Sun Mar 29 21:02:32 BST 2020


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

> On Sunday, March 29, 2020, Immanuel, Yehowshua U <yimmanuel3 at gatech.edu>
> wrote:
>
> >
> >
> > On Mar 29, 2020, at 2:59 PM, Jacob Lifshay <programmerjake at gmail.com<
> > mailto:programmerjake at gmail.com>> wrote:
> >
> > My build server has a 120GB ssd, so if it works there, it should work on
> > the talos server.
> >
> > Careful there - you need to specify what architecture you’re using if
> > changing to Docker PPC.
> > Docker by default assumes x86. Look at Raspberry Pi docker for details on
> > how this can be done.
> > As I understand it, Talos is PPC non?
>
>
> yes.
>
> it would be good to have Makefiles and/or install.sh scripts and other
> automated install things which can be called by people setting up from
> scratch.
>

The gitlab CI can be set up such that it just runs the install script, if
needed. currently, the script is short enough that I don't think that's
necessary.
The install script and/or gitlab CI just runs the required make, setup.py,
and/or cargo build commands.

Jacob


More information about the libre-riscv-dev mailing list