Acked-by: Yi-Hung Wei <[email protected]>
On Mon, Oct 23, 2017 at 9:39 AM, William Tu <[email protected]> wrote: > 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 <[email protected]> > Cc: Yi-Hung Wei <[email protected]> > --- > .travis/osx-prepare.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.travis/osx-prepare.sh b/.travis/osx-prepare.sh > index 25a65e26090a..1f144fb41066 100755 > --- a/.travis/osx-prepare.sh > +++ b/.travis/osx-prepare.sh > @@ -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 > -- > 2.7.4 > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
