mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 01:36:32 +08:00
Brew update only once
Change-Id: I6c2650574b6b62ceedfc95a9caab7ca26a6fa10b Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
|
||||
set -ex
|
||||
|
||||
brew update
|
||||
|
||||
brew install p7zip
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
|
||||
set -ex
|
||||
|
||||
brew update
|
||||
|
||||
brew install p7zip
|
||||
|
||||
Reference in New Issue
Block a user