File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed 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 {
9595 brew_add_local_bottles
9696 fi
9797
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-
10398 echo ' Installing QT4'
10499 brew tap | grep -qxF cartr/qt4 || brew tap cartr/qt4
105100 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))
2222# when the caching logic isn't prepared for that
2323export HOMEBREW_NO_INSTALL_CLEANUP=1
2424
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+
2531
2632
2733# Public functions
You can’t perform that action at this time.
0 commit comments