From 85f8d72a894dd1eff375a00155f1344e95f7433b Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Tue, 23 Mar 2021 09:29:11 +0100 Subject: [PATCH] Travis, attempt to omit ios brew update. --- contrib/ios/install_tools.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.2