Re: [libvirt] [jenkins-ci PATCH v6 4/4] mappings: mark packages using foreign arch for cross builds

2019-03-01 Thread Daniel P . Berrangé
On Fri, Mar 01, 2019 at 06:03:04PM +0100, Andrea Bolognani wrote: > On Thu, 2019-02-28 at 15:53 +, Daniel P. Berrangé wrote: > [...] > >apparmor: > > deb: libapparmor-dev > > +cross-policy-Debian: foreign > > Maybe we should use 'cross-policy-deb' instead? It's true that > we're o

Re: [libvirt] [jenkins-ci PATCH v6 4/4] mappings: mark packages using foreign arch for cross builds

2019-03-01 Thread Andrea Bolognani
On Thu, 2019-02-28 at 15:53 +, Daniel P. Berrangé wrote: [...] >apparmor: > deb: libapparmor-dev > +cross-policy-Debian: foreign Maybe we should use 'cross-policy-deb' instead? It's true that we're only doing cross compilation on Debian at the moment, but if we wanted to extend th

[libvirt] [jenkins-ci PATCH v6 4/4] mappings: mark packages using foreign arch for cross builds

2019-02-28 Thread Daniel P . Berrangé
All the -dev packages in Debian should use the foreign arch when setting up cross-builds, rather than than native arch package. Signed-off-by: Daniel P. Berrangé --- guests/vars/mappings.yml | 58 +++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --gi