Re: [libvirt] [PATCH 7/8] travis: Install more build dependencies

2017-09-14 Thread Daniel P. Berrange
On Thu, Sep 14, 2017 at 04:09:37PM +0200, Andrea Bolognani wrote: > On Thu, 2017-09-14 at 14:50 +0100, Daniel P. Berrange wrote: > > > @@ -5,37 +5,60 @@ addons: > > >apt: > > > # Please keep this list sorted alphabetically > > > packages: > [...] > > > + - zfs-fuse > > > > Did y

Re: [libvirt] [PATCH 7/8] travis: Install more build dependencies

2017-09-14 Thread Andrea Bolognani
On Thu, 2017-09-14 at 14:50 +0100, Daniel P. Berrange wrote: > > @@ -5,37 +5,60 @@ addons: > >apt: > > # Please keep this list sorted alphabetically > > packages: [...] > > + - zfs-fuse > > Did you check if travis actually lets you install all these ? They have > to whitelist e

Re: [libvirt] [PATCH 7/8] travis: Install more build dependencies

2017-09-14 Thread Daniel P. Berrange
On Thu, Sep 14, 2017 at 03:09:07PM +0200, Andrea Bolognani wrote: > Since configure automatically picks up as many optional dependencies > as possible, installing more packages allows us to improve our test > coverage. > > Signed-off-by: Andrea Bolognani > --- > .travis.yml | 37