mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
travis: Skip macOS upgrade
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>
This commit is contained in:
parent
b6445dccc9
commit
38aa5a7a7f
@ -43,10 +43,8 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- PATH="/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec:/usr/local/opt/rpcgen/bin:$PATH"
|
- PATH="/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec:/usr/local/opt/rpcgen/bin:$PATH"
|
||||||
before_install:
|
before_install:
|
||||||
- brew uninstall python mercurial postgis sfcgal cgal gdal
|
|
||||||
- brew update
|
- brew update
|
||||||
- brew upgrade
|
- brew install ccache rpcgen xz yajl
|
||||||
- brew install python ccache rpcgen yajl
|
|
||||||
before_script:
|
before_script:
|
||||||
- ./autogen.sh --prefix=$(pwd)/install-root
|
- ./autogen.sh --prefix=$(pwd)/install-root
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user