You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/06/25 03:38:14 UTC

[arrow] branch master updated (c5a515c -> c60bed7)

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 c5a515c  ARROW-7925: [C++][Docs] Better document use of IWYU, including new 'match' option
     add c60bed7  ARROW-4309: [Documentation] Add a docker-compose entry which builds the documentation with CUDA enabled

No new revisions were added by this update.

Summary of changes:
 ci/docker/cuda-10.0-cpp.dockerfile       |  91 --------------------------
 ci/docker/cuda-10.1-cpp.dockerfile       |  91 --------------------------
 ci/docker/cuda-9.1-cpp.dockerfile        |  90 -------------------------
 ci/docker/ubuntu-16.04-cpp.dockerfile    |   4 +-
 ci/docker/ubuntu-18.04-cpp.dockerfile    |   4 +-
 dev/archery/archery/docker.py            |  80 +++++++++++++++++++----
 dev/archery/archery/tests/test_docker.py |  42 +++++++++++-
 docker-compose.yml                       | 109 ++++++++++++++++++++-----------
 8 files changed, 183 insertions(+), 328 deletions(-)
 delete mode 100644 ci/docker/cuda-10.0-cpp.dockerfile
 delete mode 100644 ci/docker/cuda-10.1-cpp.dockerfile
 delete mode 100644 ci/docker/cuda-9.1-cpp.dockerfile