You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/07/20 01:26:20 UTC

[arrow] branch master updated (ac050c6 -> 2215b5e)

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

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


    from ac050c6  ARROW-10658: [Python][Packaging] Wheel builds for Apple Silicon
     add 2215b5e  ARROW-13384: [C++] Specify minimum required zstd version in cmake

No new revisions were added by this update.

Summary of changes:
 ci/docker/debian-10-cpp.dockerfile                            |  6 +++---
 ci/docker/ubuntu-18.04-cpp.dockerfile                         |  8 ++++----
 cpp/cmake_modules/Findzstd.cmake                              |  2 +-
 cpp/cmake_modules/ThirdpartyToolchain.cmake                   |  7 ++++++-
 cpp/thirdparty/versions.txt                                   |  2 +-
 dev/tasks/linux-packages/apache-arrow/Rakefile                | 11 +++++++++++
 .../linux-packages/apache-arrow/apt/debian-buster/Dockerfile  |  1 -
 .../linux-packages/apache-arrow/apt/ubuntu-bionic/Dockerfile  |  1 -
 dev/tasks/linux-packages/apache-arrow/debian/control.in       |  4 ++--
 .../linux-packages/apache-arrow/debian/libarrow-dev.install   |  3 +--
 .../linux-packages/apache-arrow/yum/amazon-linux-2/Dockerfile |  1 -
 dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in       |  9 +++++++++
 12 files changed, 38 insertions(+), 17 deletions(-)