]> xenbits.xensource.com Git - libvirt.git/commitdiff
travis: explicitly include gnutls to ensure it is updated
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 24 Apr 2020 12:17:42 +0000 (13:17 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 24 Apr 2020 14:00:58 +0000 (15:00 +0100)
Travis includes gnutls in the default package set, but it is
an outdated version linkng to an incompatible libffi version.
The 'update: true' stanza causes the brew toolchain to be
updated but not the installed formula. It is possible to
run 'brew upgrade' to update installed formula, but this is
very slow adding more than 5 minutes to the build time.
Listing the gnutls package explicitly causes it to be updated
without extending the build time.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
.travis.yml

index 29097cab6c6871e65adde9c603302d08072011e9..7c8a1140546b7dfcbc78022427389317829d9c2c 100644 (file)
@@ -16,6 +16,7 @@ addons:
       - yajl
       - glib
       - docutils
+      - gnutls
 
 matrix:
   include: