Skip to content

Commit

Permalink
ARROW-8349: [CI][NIGHTLY:gandiva-jar-osx] Use latest pygit2
Browse files Browse the repository at this point in the history
Now that homebrew provides compatible libgit2, we can use latest pygit2

Closes #6850 from pprudhvi/unpinpygit

Authored-by: Prudhvi Porandla <prudhvi.porandla@icloud.com>
Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>
  • Loading branch information
pprudhvi authored and Pindikura Ravindra committed Apr 7, 2020
1 parent 7ca8d82 commit 600e7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/gandiva-jars/travis.osx.yml
Expand Up @@ -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
Expand Down

0 comments on commit 600e7ea

Please sign in to comment.