This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new ba0f7f1  ARROW-10272: [Packaging][Python] Pin newer multibuild version 
to avoid updating homebrew
ba0f7f1 is described below

commit ba0f7f1004d3cffab837020890e4099ff6898163
Author: Krisztián Szűcs <[email protected]>
AuthorDate: Sun Oct 11 00:16:22 2020 +0200

    ARROW-10272: [Packaging][Python] Pin newer multibuild version to avoid 
updating homebrew
    
    Closes #8431 from kszucs/macwhl
    
    Authored-by: Krisztián Szűcs <[email protected]>
    Signed-off-by: Krisztián Szűcs <[email protected]>
---
 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 99e8591..99c667a 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 }}

Reply via email to