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 2019/12/08 12:07:29 UTC

[arrow] branch master updated (b16a3b53 -> 7102d7e)

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 b16a3b53 ARROW-7340: [CI] Prune defunct appveyor build setup
     add 7102d7e  ARROW-7346: [CI] Explicit usage of ccache across the builds

No new revisions were added by this update.

Summary of changes:
 .github/workflows/cpp.yml                     |   8 +-
 .github/workflows/java.yml                    |   4 +-
 .github/workflows/python.yml                  |   6 +-
 .github/workflows/ruby.yml                    |   6 +-
 .github/workflows/rust.yml                    |   4 +-
 ci/docker/conda-cpp.dockerfile                |  21 ++--
 ci/docker/cuda-10.0-cpp.dockerfile            |  16 +--
 ci/docker/debian-10-cpp.dockerfile            |  30 ++---
 ci/docker/fedora-29-cpp.dockerfile            |  34 +++---
 ci/docker/linux-apt-jni.dockerfile            |  23 ++--
 ci/docker/ubuntu-14.04-cpp.dockerfile         |  46 ++++----
 ci/docker/ubuntu-16.04-cpp.dockerfile         |  28 ++---
 ci/docker/ubuntu-18.04-cpp.dockerfile         |  14 ++-
 ci/docker/ubuntu-18.04-r-sanitizer.dockerfile |  20 ++--
 ci/scripts/c_glib_build.sh                    |   2 +-
 ci/scripts/c_glib_test.sh                     |   2 +-
 ci/scripts/cpp_build.sh                       |  23 +---
 ci/scripts/cpp_test.sh                        |   2 +-
 ci/scripts/docs_build.sh                      |   2 +-
 ci/scripts/fuzzit_build.sh                    |   2 +-
 ci/scripts/integration_hdfs.sh                |   2 +-
 ci/scripts/integration_hiveserver2.sh         |   2 +-
 ci/scripts/integration_turbodbc.sh            |   2 +-
 ci/scripts/java_build.sh                      |   2 +-
 ci/scripts/java_test.sh                       |   4 +-
 ci/scripts/python_build.sh                    |   2 +-
 ci/scripts/python_test.sh                     |   2 +-
 ci/scripts/ruby_test.sh                       |   1 -
 ci/scripts/rust_build.sh                      |   2 +-
 ci/scripts/rust_test.sh                       |   2 +-
 cpp/src/plasma/CMakeLists.txt                 |  10 +-
 docker-compose.yml                            | 161 ++++++++++++++++++--------
 32 files changed, 270 insertions(+), 215 deletions(-)