From d1d413970a709d0aae062a97a79907804c93d75a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Sat, 10 Oct 2020 22:54:26 +0200 Subject: [PATCH] pin newer multibuild to avoid updating brew --- dev/tasks/python-wheels/travis.osx.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/tasks/python-wheels/travis.osx.yml b/dev/tasks/python-wheels/travis.osx.yml index 99e8591d013d..99c667a64507 100644 --- a/dev/tasks/python-wheels/travis.osx.yml +++ b/dev/tasks/python-wheels/travis.osx.yml @@ -45,14 +45,13 @@ env: - TRAVIS_TAG={{ task.tag }} - PYARROW_VERSION={{ arrow.no_rc_version }} - PYARROW_BUILD_VERBOSE=1 - - HOMEBREW_NO_AUTO_UPDATE=1 - MB_PYTHON_VERSION={{ python_version }} - MACOSX_DEPLOYMENT_TARGET={{ macos_deployment_target }} - ARROW_S3={{ arrow_s3 }} before_install: - git clone https://github.com/matthew-brett/multibuild - - git -C multibuild checkout 68a4af043e2adb0d9353d4a0e1f3d871203237aa + - git -C multibuild checkout 8882150df6529658700b66bec124dfb77eefca26 - git clone --no-checkout {{ arrow.remote }} arrow - git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}