Re: [libvirt] [jenkins-ci PATCH v2 8/9] lcitool: support generating cross compiler dockerfiles

2019-02-14 Thread Andrea Bolognani
On Wed, 2019-02-13 at 18:52 +, Daniel P. Berrangé wrote: > On Thu, Feb 07, 2019 at 04:21:34PM +0100, Andrea Bolognani wrote: > > On Tue, 2019-02-05 at 17:53 +, Daniel P. Berrangé wrote: > > [...] > > > With the Debian 9 distro, this supports arm64, armel, armhf, mips, > > > mipsel,

Re: [libvirt] [jenkins-ci PATCH v2 8/9] lcitool: support generating cross compiler dockerfiles

2019-02-13 Thread Daniel P . Berrangé
On Thu, Feb 07, 2019 at 04:21:34PM +0100, Andrea Bolognani wrote: > On Tue, 2019-02-05 at 17:53 +, Daniel P. Berrangé wrote: > [...] > > With the Debian 9 distro, this supports arm64, armel, armhf, mips, > > mipsel, mips64el, ppc64el, s390x, which are all the official archs > > that Debian

Re: [libvirt] [jenkins-ci PATCH v2 8/9] lcitool: support generating cross compiler dockerfiles

2019-02-07 Thread Andrea Bolognani
On Tue, 2019-02-05 at 17:53 +, Daniel P. Berrangé wrote: [...] > With the Debian 9 distro, this supports arm64, armel, armhf, mips, > mipsel, mips64el, ppc64el, s390x, which are all the official archs > that Debian maintainers currently build libvirt for. With Debian Sid, > this is extended to

[libvirt] [jenkins-ci PATCH v2 8/9] lcitool: support generating cross compiler dockerfiles

2019-02-05 Thread Daniel P . Berrangé
Debian's filesystem layout has a nice advantage over Fedora which is that it can install non-native RPMs in the main root filesystem. It is thus possible to prepare an x86_64 filesystem containing -dev packages for a foreign architecture, along with a GCC cross compiler. QEMU has used this