This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 5ca8592 ARROW-6466: [Integration][CI] Move integration test code to
`archery integration` command. Dockerize integration tests
add ad335f9 ARROW-6631: [C++] Do not build any compression libraries by
default in C++ build
No new revisions were added by this update.
Summary of changes:
ci/appveyor-cpp-build-mingw.bat | 6 +++
ci/cpp-msvc-build-main.bat | 5 +++
ci/docker_build_cpp.sh | 4 ++
ci/docker_integration.sh | 8 +---
ci/travis_before_script_cpp.sh | 6 +++
ci/travis_script_python.sh | 6 +++
cpp/cmake_modules/DefineOptions.cmake | 21 +++-------
cpp/examples/minimal_build/build.sh | 6 ---
cpp/src/arrow/util/compression.cc | 47 ++++++++++++++++++++++
cpp/src/arrow/util/compression.h | 3 ++
cpp/src/arrow/util/compression_test.cc | 4 ++
dev/release/verify-release-candidate.bat | 6 +++
dev/release/verify-release-candidate.sh | 6 +++
dev/tasks/conda-recipes/arrow-cpp/bld.bat | 6 +++
dev/tasks/conda-recipes/arrow-cpp/build.sh | 6 +++
dev/tasks/homebrew-formulae/apache-arrow.rb | 6 +++
.../linux-packages/apt/ubuntu-xenial/Dockerfile | 1 -
.../linux-packages/debian.ubuntu-xenial/control | 1 -
.../linux-packages/debian.ubuntu-xenial/rules | 5 +++
dev/tasks/linux-packages/debian/rules | 6 +++
dev/tasks/linux-packages/yum/arrow.spec.in | 6 +++
dev/tasks/python-wheels/osx-build.sh | 6 +++
dev/tasks/python-wheels/win-build.bat | 6 +++
docs/source/developers/cpp.rst | 13 +++---
docs/source/developers/python.rst | 9 +++++
python/manylinux1/build_arrow.sh | 5 +++
python/manylinux2010/build_arrow.sh | 5 +++
27 files changed, 172 insertions(+), 37 deletions(-)