You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/02/24 16:08:13 UTC

[arrow] branch master updated (49d731d -> 5cf9b21)

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

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


    from 49d731d  ARROW-7664: [C++] Rework FileSystemFromUri
     add 5cf9b21  ARROW-7685: [Developer] Add support for GitHub Actions to Crossbow

No new revisions were added by this update.

Summary of changes:
 dev/tasks/crossbow.py                           |  6 +-
 dev/tasks/linux-packages/azure.linux.arm64.yml  | 84 ----------------------
 dev/tasks/linux-packages/azure.linux.yml        | 68 ------------------
 dev/tasks/linux-packages/github.linux.arm64.yml | 94 +++++++++++++++++++++++++
 dev/tasks/linux-packages/github.linux.yml       | 79 +++++++++++++++++++++
 dev/tasks/tasks.yml                             | 68 +++++++++---------
 6 files changed, 211 insertions(+), 188 deletions(-)
 delete mode 100644 dev/tasks/linux-packages/azure.linux.arm64.yml
 delete mode 100644 dev/tasks/linux-packages/azure.linux.yml
 create mode 100644 dev/tasks/linux-packages/github.linux.arm64.yml
 create mode 100644 dev/tasks/linux-packages/github.linux.yml