Update Homebrew

This commit is contained in:
Alexandre Lissy 2020-06-02 13:34:28 +02:00
parent 60397964e1
commit 00577873ce
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ do_prepare_homebrew()
export PATH=${_brew_instance}/bin:$PATH
export HOMEBREW_LOGS="${_brew_instance}/homebrew.logs/"
export HOMEBREW_CACHE="${_brew_instance}/homebrew.cache/"
export BREW_FORMULAS_COMMIT=c3f06e4f17853bea8c35742923a9c43d3a244d35
export BREW_FORMULAS_COMMIT=ddd39cf1b71452bfe9c5f17f45cc0118796b20d3
# Never fail on pre-existing homebrew/ directory
mkdir -p "${_brew_instance}" || true

View File

@ -25,7 +25,7 @@ if [ "${OS}" = "Darwin" ]; then
export PYENV_ROOT="${DS_ROOT_TASK}/pyenv-root"
export HOMEBREW_NO_AUTO_UPDATE=1
export BREW_URL=https://github.com/Homebrew/brew/tarball/2.1.14
export BREW_URL=https://github.com/Homebrew/brew/tarball/2.2.17
export BUILDS_BREW="${TASKCLUSTER_TASK_DIR}/homebrew-builds"
export TESTS_BREW="${TASKCLUSTER_TASK_DIR}/homebrew-tests"