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 2021/12/01 18:08:51 UTC

[arrow] branch master updated (736a69e -> 2233ac5)

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 736a69e  ARROW-14840: [R][CI] test-ubuntu-20.10-docs nightly build failing due to R install issue
     add 2233ac5  ARROW-14171: [C++][Python][Packaging] Upgrade VCPKG version and add google-cloud-cpp dependency

No new revisions were added by this update.

Summary of changes:
 .env                                               |  11 +-
 ci/docker/python-wheel-manylinux-201x.dockerfile   |  61 ++--
 ci/docker/python-wheel-windows-vs2017.dockerfile   |  15 +-
 .../{install_kartothek.sh => install_ccache.sh}    |  30 +-
 ci/scripts/{install_vcpkg.sh => install_cmake.sh}  |  31 +-
 .../{install_gcs_testbench.sh => install_glibc.sh} |  26 +-
 ci/scripts/{install_spark.sh => install_ninja.sh}  |  19 +-
 ci/scripts/install_vcpkg.sh                        |  32 +-
 ci/scripts/python_wheel_macos_build.sh             |   2 +
 ci/scripts/python_wheel_manylinux_build.sh         |   4 +-
 ...-debug.cmake => amd64-linux-static-debug.cmake} |   0
 ...ease.cmake => amd64-linux-static-release.cmake} |   0
 ...ic-debug.cmake => amd64-osx-static-debug.cmake} |   0
 ...elease.cmake => amd64-osx-static-release.cmake} |   0
 ...g.cmake => amd64-windows-static-md-debug.cmake} |   0
 ...cmake => amd64-windows-static-md-release.cmake} |   0
 ci/vcpkg/ports.patch                               | 250 +++++++++++--
 ci/vcpkg/universal2-osx-static-debug.cmake         |   2 +-
 ci/vcpkg/universal2-osx-static-release.cmake       |   2 +-
 cpp/vcpkg.json                                     |   9 +
 dev/archery/archery/docker.py                      | 402 ---------------------
 dev/archery/archery/docker/core.py                 |  23 +-
 dev/tasks/python-wheels/github.osx.amd64.yml       |  23 +-
 dev/tasks/python-wheels/github.osx.arm64.yml       |  19 +-
 dev/tasks/tasks.yml                                |   4 -
 docker-compose.yml                                 |  14 +-
 26 files changed, 410 insertions(+), 569 deletions(-)
 copy ci/scripts/{install_kartothek.sh => install_ccache.sh} (71%)
 copy ci/scripts/{install_vcpkg.sh => install_cmake.sh} (62%)
 copy ci/scripts/{install_gcs_testbench.sh => install_glibc.sh} (71%)
 copy ci/scripts/{install_spark.sh => install_ninja.sh} (72%)
 rename ci/vcpkg/{x64-linux-static-debug.cmake => amd64-linux-static-debug.cmake} (100%)
 rename ci/vcpkg/{x64-linux-static-release.cmake => amd64-linux-static-release.cmake} (100%)
 rename ci/vcpkg/{x64-osx-static-debug.cmake => amd64-osx-static-debug.cmake} (100%)
 rename ci/vcpkg/{x64-osx-static-release.cmake => amd64-osx-static-release.cmake} (100%)
 rename ci/vcpkg/{x64-windows-static-md-debug.cmake => amd64-windows-static-md-debug.cmake} (100%)
 rename ci/vcpkg/{x64-windows-static-md-release.cmake => amd64-windows-static-md-release.cmake} (100%)
 delete mode 100644 dev/archery/archery/docker.py