提交 f2e6647a 编写于 作者: I Ivan Pozdeev

HOMEBREW_NO_GITHUB_API is more relevant to the lib rather than main logic

上级 c1edb270
......@@ -95,11 +95,6 @@ function pre_build {
brew_add_local_bottles
fi
# Don't query analytical info online on `brew info`,
# this takes several seconds and we don't need it
# see https://docs.brew.sh/Manpage , "info formula" section
export HOMEBREW_NO_GITHUB_API=1
echo 'Installing QT4'
brew tap | grep -qxF cartr/qt4 || brew tap cartr/qt4
brew tap --list-pinned | grep -qxF cartr/qt4 || brew tap-pin cartr/qt4
......
......@@ -22,6 +22,12 @@ BREW_TIME_HARD_LIMIT=$((43*60))
# when the caching logic isn't prepared for that
export HOMEBREW_NO_INSTALL_CLEANUP=1
# Don't query analytical info online on `brew info`,
# this takes several seconds and we don't need it
# see https://docs.brew.sh/Manpage , "info formula" section
export HOMEBREW_NO_GITHUB_API=1
#Public functions
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册