Re: [PATCH 1/2] Add mips Debian 8 container

2021-08-15 Thread Skyler Mäntysaari
On Fri, Jun 11, 2021, at 20:10, Ondrej Zajicek wrote: > On Thu, Jun 10, 2021 at 04:19:45AM +0300, Skyler Mäntysaari wrote: > > Hi, > > > > Has this been tested at all yet? I would like to know if it works, so that I > > can maybe fix it if it doesn't. > > Hi > > We tested that and it seemes to b

Re: [PATCH 1/2] Add mips Debian 8 container

2021-06-11 Thread Ondrej Zajicek
On Thu, Jun 10, 2021 at 04:19:45AM +0300, Skyler Mäntysaari wrote: > Hi, > > Has this been tested at all yet? I would like to know if it works, so that I > can maybe fix it if it doesn't. Hi We tested that and it seemes to be usable, but works only on local Gitlab instance, not on our regular Gi

Re: [PATCH 1/2] Add mips Debian 8 container

2021-06-09 Thread Skyler Mäntysaari
Hi, Has this been tested at all yet? I would like to know if it works, so that I can maybe fix it if it doesn't. On 25/05/2021 12.07, Skyler Mäntysaari wrote: That command basically executes an container in privileged mode which enables qemu emulation for mips architecture only. Docker doesn'

Re: [PATCH 1/2] Add mips Debian 8 container

2021-05-25 Thread Skyler Mäntysaari
That command basically executes an container in privileged mode which enables qemu emulation for mips architecture only. Docker doesn't emulate it natively per se, which is why the usage of QEMU is required because otherwise the container will not be able to even run sed command. You can rea

Re: [PATCH 1/2] Add mips Debian 8 container

2021-05-24 Thread Ondrej Zajicek
On Mon, May 24, 2021 at 04:12:33PM +0300, Skyler Mäntysaari wrote: > Hi! > > I hope that this will work and help with the mips package building. > I originially had forgotten to do the pkg gitlab steps too. > > Please let me know if I can help with that in any other way and disregard the > previ

[PATCH 1/2] Add mips Debian 8 container

2021-05-24 Thread Skyler Mäntysaari
Hi! I hope that this will work and help with the mips package building. I originially had forgotten to do the pkg gitlab steps too. Please let me know if I can help with that in any other way and disregard the previous patch. This is basically the same one, with both commits. --- .gitlab-ci.ym