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 ccc2bd9 ARROW-8563: [Go] Minor change to make newBuilder public
add c9c5f5f ARROW-8961: [C++] Add utf8proc library to toolchain
No new revisions were added by this update.
Summary of changes:
ci/conda_env_cpp.yml | 1 +
ci/docker/debian-10-cpp.dockerfile | 1 +
ci/docker/fedora-32-cpp.dockerfile | 1 +
ci/docker/ubuntu-14.04-cpp.dockerfile | 1 +
ci/docker/ubuntu-16.04-cpp.dockerfile | 1 +
ci/docker/ubuntu-18.04-cpp.dockerfile | 1 +
ci/docker/ubuntu-20.04-cpp.dockerfile | 1 +
ci/scripts/cpp_build.sh | 1 +
ci/scripts/msys2_setup.sh | 1 +
cpp/CMakeLists.txt | 6 ++
cpp/cmake_modules/Findutf8proc.cmake | 51 ++++++++++++++
cpp/cmake_modules/ThirdpartyToolchain.cmake | 82 ++++++++++++++++++++--
cpp/thirdparty/versions.txt | 2 +
dev/tasks/conda-recipes/arrow-cpp/meta.yaml | 1 +
.../apache-arrow/apt/debian-buster/Dockerfile | 1 +
.../apache-arrow/apt/debian-stretch/Dockerfile | 1 +
.../apache-arrow/apt/ubuntu-bionic/Dockerfile | 1 +
.../apache-arrow/apt/ubuntu-eoan/Dockerfile | 1 +
.../apache-arrow/apt/ubuntu-focal/Dockerfile | 1 +
.../apache-arrow/apt/ubuntu-xenial/Dockerfile | 1 +
.../apache-arrow/debian.ubuntu-xenial/control | 1 +
.../linux-packages/apache-arrow/debian/control | 1 +
.../linux-packages/apache-arrow/yum/arrow.spec.in | 12 ++--
.../apache-arrow/yum/centos-7/Dockerfile | 1 +
.../apache-arrow/yum/centos-8/Dockerfile | 3 +-
python/manylinux1/Dockerfile-x86_64_base | 3 +
.../scripts/build_utf8proc.sh} | 25 ++++---
python/manylinux201x/Dockerfile-x86_64_base_2010 | 3 +
python/manylinux201x/Dockerfile-x86_64_base_2014 | 3 +
.../{build_protobuf.sh => build_utf8proc.sh} | 25 ++++---
python/requirements-build.txt | 3 +-
31 files changed, 210 insertions(+), 27 deletions(-)
create mode 100644 cpp/cmake_modules/Findutf8proc.cmake
copy python/{manylinux201x/scripts/build_protobuf.sh =>
manylinux1/scripts/build_utf8proc.sh} (64%)
copy python/manylinux201x/scripts/{build_protobuf.sh => build_utf8proc.sh}
(64%)