[libvirt] [PATCH v3 4/6] travis: use declarative syntax for homebrew packages

Daniel P. Berrangé berrange at redhat.com
Mon Apr 1 11:04:25 UTC 2019


On Mon, Apr 01, 2019 at 10:08:45AM +0200, Andrea Bolognani wrote:
> On Wed, 2019-03-27 at 17:10 +0000, Daniel P. Berrangé wrote:
> > Instead of running custom commands use the new declarative syntax for
> > listing extra homebrew packages.
> 
> s/homebrew/Homebrew/g in the commit message.
> 
> [...]
> > +addons:
> > +  homebrew:
> > +    packages:
> > +      - ccache
> > +      - rpcgen
> > +      - xz
> > +      - yajl
> 
> According to the documentation[1], this is not equivalent to the
> code you're replacing since it will not run 'brew update' before
> installing packages. Updating the system before building sounds
> like a good idea to me, but I could be convinced otherwise :)

I forgot this can be done by adding

    update: true


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list