Re: [libvirt] [PATCH v5] tests: perform cross compiler builds on GitLab CI

2019-04-12 Thread Daniel P . Berrangé
On Fri, Apr 12, 2019 at 09:53:14AM +0200, Peter Krempa wrote: > On Thu, Apr 11, 2019 at 18:39:53 +0100, Daniel Berrange wrote: > > GitLab CI provides some shared build runners that use Docker containers. > > This resource can usefully run cross-compiled builds since all other CI > > build testing

Re: [libvirt] [PATCH v5] tests: perform cross compiler builds on GitLab CI

2019-04-12 Thread Peter Krempa
On Thu, Apr 11, 2019 at 18:39:53 +0100, Daniel Berrange wrote: > GitLab CI provides some shared build runners that use Docker containers. > This resource can usefully run cross-compiled builds since all other CI > build testing is currently x86 only, and Travis CI is already very busy > testing

[libvirt] [PATCH v5] tests: perform cross compiler builds on GitLab CI

2019-04-11 Thread Daniel P . Berrangé
GitLab CI provides some shared build runners that use Docker containers. This resource can usefully run cross-compiled builds since all other CI build testing is currently x86 only, and Travis CI is already very busy testing native builds. Signed-off-by: Daniel P. Berrangé --- Changed in v4: