]> git.ipfire.org Git - thirdparty/libvirt.git/commit
travis: explicitly require xcode 10.3 image for macOS
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 27 Nov 2019 13:46:54 +0000 (13:46 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 28 Nov 2019 09:59:39 +0000 (09:59 +0000)
commit1b285196a2a3d8f72513b0329f2da3cf961734c7
treeda75d6565e8c5c70daaefc5eabea0460703e13e8
parent83254ea750b476b5041c838a583d9ea3f632a6a2
travis: explicitly require xcode 10.3 image for macOS

The default macOS image in travis is broken, throwing python
exceptions when trying to install glib. Explicitly ask for the
newer 10.3 image which works correctly.

We now need to also point to the homebrew installed libxml2
rather than the OS distro provided one, since the OS distro
one has a pkg-config file present, but no actual header
files.

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