From 66e2d53859c301f16917ccc6dc019f0b4eda8887 Mon Sep 17 00:00:00 2001 From: Gunter Labes Date: Tue, 29 Oct 2019 17:16:55 +0100 Subject: [PATCH] Try to fix mac builds by disabling homebrew auto updatin --- utils/travis/steps/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/travis/steps/install.sh b/utils/travis/steps/install.sh index c6ccd3ced9a8..9d580d412435 100755 --- a/utils/travis/steps/install.sh +++ b/utils/travis/steps/install.sh @@ -20,11 +20,11 @@ fi if [ "$TRAVIS_OS_NAME" = "osx" ]; then if [ "$TOOL" = "xcodebuild" ]; then - brew install ccache + HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache travis_wait ./projectfiles/Xcode/Fix_Xcode_Dependencies else - brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache - brew reinstall libffi + HOMEBREW_NO_AUTO_UPDATE=1 brew install scons cairo pango moreutils sdl2_image sdl2_ttf sdl2_mixer glew ccache + HOMEBREW_NO_AUTO_UPDATE=1 brew reinstall libffi fi else if [ "$NLS" != "true" ]; then