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

ravindra 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 600e7ea  ARROW-8349: [CI][NIGHTLY:gandiva-jar-osx] Use latest pygit2
600e7ea is described below

commit 600e7ea66cd8e104069e05dc59c31426504a49bc
Author: Prudhvi Porandla <[email protected]>
AuthorDate: Tue Apr 7 10:22:44 2020 +0530

    ARROW-8349: [CI][NIGHTLY:gandiva-jar-osx] Use latest pygit2
    
    Now that homebrew provides compatible libgit2, we can use latest pygit2
    
    Closes #6850 from pprudhvi/unpinpygit
    
    Authored-by: Prudhvi Porandla <[email protected]>
    Signed-off-by: Pindikura Ravindra <[email protected]>
---
 dev/tasks/gandiva-jars/travis.osx.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/gandiva-jars/travis.osx.yml 
b/dev/tasks/gandiva-jars/travis.osx.yml
index 032b242..439d7af 100644
--- a/dev/tasks/gandiva-jars/travis.osx.yml
+++ b/dev/tasks/gandiva-jars/travis.osx.yml
@@ -57,7 +57,7 @@ script:
   # gandiva libraries are already built we can reset MACOS_DEPLOYMENT_TARGET 
to current osx version
   - if [[ $MACOSX_DEPLOYMENT_TARGET ]] ; then export 
MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | cut -d '.' -f 1,2) ; fi
   - brew install libgit2
-  - pip3 install pygit2==1.0.3
+  - pip3 install pygit2
   - pip3 install click github3.py jinja2 jira ruamel.yaml setuptools_scm toolz
   - >
     python3 dev/tasks/crossbow.py

Reply via email to