From: W.C.A. Wijngaards Date: Tue, 23 Mar 2021 08:29:11 +0000 (+0100) Subject: Travis, attempt to omit ios brew update. X-Git-Tag: release-1.13.2rc1~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f8d72a894dd1eff375a00155f1344e95f7433b;p=thirdparty%2Funbound.git Travis, attempt to omit ios brew update. --- diff --git a/contrib/ios/install_tools.sh b/contrib/ios/install_tools.sh index 55fef454e..93c730a4d 100755 --- a/contrib/ios/install_tools.sh +++ b/contrib/ios/install_tools.sh @@ -1,8 +1,9 @@ #!/usr/bin/env bash # This step should install tools needed for all packages - OpenSSL, Expat and Unbound -echo "Updating tools" -brew update 1>/dev/null +# brew update hangs, so we try to skip that step. +#echo "Updating tools" +#brew update 1>/dev/null echo "Installing tools" # already installed are: autoconf automake libtool pkg-config brew install curl perl 1>/dev/null