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 2020/05/02 20:27:19 UTC

[arrow] branch master updated (8b5a50a -> b3b7de7)

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 8b5a50a  ARROW-6603: [C#] Adds ArrayBuilder API to support writing null values + BooleanArray null support
     add b3b7de7  ARROW-8668: [Packaging][APT][Yum][ARM] Use Travis CI's ARM machine to build packages

No new revisions were added by this update.

Summary of changes:
 dev/release/00-prepare-test.rb                     |   5 +-
 dev/release/test-helper.rb                         |   1 +
 dev/tasks/linux-packages/Rakefile                  |  20 ++
 dev/tasks/linux-packages/apache-arrow/Rakefile     |  15 +-
 .../apache-arrow/apt/debian-buster/Dockerfile      |   7 +-
 .../apache-arrow/apt/debian-stretch/Dockerfile     |   7 +-
 .../apache-arrow/apt/ubuntu-bionic/Dockerfile      |   7 +-
 .../apache-arrow/apt/ubuntu-eoan/Dockerfile        |   7 +-
 .../apache-arrow/apt/ubuntu-focal/Dockerfile       |   7 +-
 .../apache-arrow/apt/ubuntu-xenial/Dockerfile      |   5 +-
 .../apache-arrow/debian.ubuntu-xenial/control      |   2 +-
 .../linux-packages/apache-arrow/debian/control     |  12 +-
 dev/tasks/linux-packages/apache-arrow/debian/rules |   8 +-
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |  51 +--
 dev/tasks/linux-packages/apt/build.sh              |  10 +-
 .../{github.linux.yml => github.linux.amd64.yml}   |  20 +-
 dev/tasks/linux-packages/github.linux.arm64.yml    |  98 ------
 dev/tasks/linux-packages/helper.rb                 |  27 +-
 dev/tasks/linux-packages/package-task.rb           | 106 +++++-
 dev/tasks/linux-packages/travis.linux.arm64.yml    |  84 +++++
 dev/tasks/tasks.yml                                | 384 ++++++++-------------
 21 files changed, 475 insertions(+), 408 deletions(-)
 rename dev/tasks/linux-packages/{github.linux.yml => github.linux.amd64.yml} (80%)
 delete mode 100644 dev/tasks/linux-packages/github.linux.arm64.yml
 create mode 100644 dev/tasks/linux-packages/travis.linux.arm64.yml