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/08/28 21:22:34 UTC

[arrow] branch master updated (d8ae71a -> 2c60c8e)

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 d8ae71a  ARROW-9876: [C++] Faster ARM build on Travis-CI
     add 2c60c8e  ARROW-9823: [CI][C++][MinGW] Enable S3

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cpp.yml               |  1 +
 .github/workflows/ruby.yml              |  1 +
 ci/scripts/cpp_test.sh                  | 12 ++++++++++++
 ci/scripts/msys2_setup.sh               |  1 +
 cpp/cmake_modules/BuildUtils.cmake      | 16 ++++++++++++++++
 cpp/src/arrow/filesystem/CMakeLists.txt |  6 ++++++
 cpp/src/arrow/filesystem/s3_test_util.h |  9 +++------
 cpp/src/arrow/filesystem/s3fs_test.cc   | 22 +++++++++++++++-------
 cpp/src/arrow/flight/CMakeLists.txt     |  3 ++-
 cpp/src/arrow/flight/test_util.cc       | 10 +++-------
 10 files changed, 60 insertions(+), 21 deletions(-)