]> git.proxmox.com Git - ovs.git/commitdiff
travis: Fix OSX build on travis
authorWilliam Tu <u9012063@gmail.com>
Mon, 23 Oct 2017 16:39:11 +0000 (09:39 -0700)
committerGurucharan Shetty <guru@ovn.org>
Mon, 23 Oct 2017 09:07:18 +0000 (02:07 -0700)
Run "brew update" before any installs.
This yields a clean build:
https://travis-ci.org/williamtu/ovs-travis/builds/291616874

Signed-off-by: William Tu <u9012063@gmail.com>
Acked-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
.travis/osx-prepare.sh

index 25a65e26090a62b6bdec4d2a586bbe1ab15da7ea..1f144fb4106699d61f590e70dbe583b5dae88144 100755 (executable)
@@ -3,4 +3,5 @@ set -ev
 pip install --user six
 pip install --user --upgrade docutils
 
+brew update || true
 brew uninstall libtool && brew install libtool || true