]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
travis: Skip macOS upgrade
authorAndrea Bolognani <abologna@redhat.com>
Thu, 7 Jun 2018 15:54:40 +0000 (17:54 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 15 Jun 2018 06:09:41 +0000 (08:09 +0200)
Upgrading takes quite a bit of time, doesn't offer any
real value and causes a lot of grief. Let's just skip it.

We need to install xz explicitly now, since it's required
to make dist and no longer being dragged in by Python 3.

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

index ac0d48a606d1373f7aa4397fedcd9015e9fa59aa..f99e1cd6e6b1e9448648ca9f8e523d1943a03731 100644 (file)
@@ -43,10 +43,8 @@ matrix:
       env:
         - PATH="/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec:/usr/local/opt/rpcgen/bin:$PATH"
       before_install:
-        - brew uninstall python mercurial postgis sfcgal cgal gdal
         - brew update
-        - brew upgrade
-        - brew install python ccache rpcgen yajl
+        - brew install ccache rpcgen xz yajl
       before_script:
         - ./autogen.sh --prefix=$(pwd)/install-root
       script: