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 3752e34 ARROW-8727: [C++] Don't require stack allocation of any
object to use StringConverter, hide behind ParseValue function
add 3567dcf ARROW-8743: [CI][C++] Add a test job for s390x
No new revisions were added by this update.
Summary of changes:
.travis.yml | 104 +++++++++++++++++++++++++++++++
ci/docker/ubuntu-20.04-cpp.dockerfile | 6 +-
cpp/build-support/run-test.sh | 2 +-
cpp/cmake_modules/SetupCxxFlags.cmake | 2 +
dev/archery/archery/cli.py | 11 +++-
dev/archery/archery/docker.py | 7 ++-
dev/archery/archery/tests/test_cli.py | 36 +++++++++--
dev/archery/archery/tests/test_docker.py | 11 ++++
docker-compose.yml | 6 +-
9 files changed, 168 insertions(+), 17 deletions(-)
create mode 100644 .travis.yml