
28 Nov
2019
28 Nov
'19
8:44 a.m.
On Wed, Nov 27, 2019 at 03:38:48PM +0000, Daniel P. Berrangé wrote:
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.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>