File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Original file line number Diff line number Diff line change @@ -95,11 +95,6 @@ function pre_build {
95
95
brew_add_local_bottles
96
96
fi
97
97
98
- # Don't query analytical info online on `brew info`,
99
- # this takes several seconds and we don't need it
100
- # see https://docs.brew.sh/Manpage , "info formula" section
101
- export HOMEBREW_NO_GITHUB_API=1
102
-
103
98
echo ' Installing QT4'
104
99
brew tap | grep -qxF cartr/qt4 || brew tap cartr/qt4
105
100
brew tap --list-pinned | grep -qxF cartr/qt4 || brew tap-pin cartr/qt4
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ BREW_TIME_HARD_LIMIT=$((43*60))
22
22
# when the caching logic isn't prepared for that
23
23
export HOMEBREW_NO_INSTALL_CLEANUP=1
24
24
25
+ # Don't query analytical info online on `brew info`,
26
+ # this takes several seconds and we don't need it
27
+ # see https://docs.brew.sh/Manpage , "info formula" section
28
+ export HOMEBREW_NO_GITHUB_API=1
29
+
30
+
25
31
26
32
27
33
# Public functions
You can’t perform that action at this time.
0 commit comments