Brew update only once

Change-Id: I6c2650574b6b62ceedfc95a9caab7ca26a6fa10b
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Dimitrios Apostolou
2019-08-14 15:24:32 +02:00
parent bdc5dae67b
commit b97df21bef
4 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
# Will install homebrew package manager for macOS
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" </dev/null
brew update

View File

@@ -40,7 +40,6 @@ set -ex
# shellcheck source=../unix/SetEnvVar.sh
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
brew update
brew install ${BASH_SOURCE%/*}/libiodbc.rb
# CPLUS_INCLUDE_PATH is set so clang and configure can find libiodbc

View File

@@ -3,5 +3,5 @@
set -ex
brew update
brew install p7zip

View File

@@ -3,5 +3,5 @@
set -ex
brew update
brew install p7zip