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

[arrow] branch master updated (1d439ac -> 2be95a9)

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 1d439ac  ARROW-8206: [R] Minor fix for backwards compatibility on Linux installation
     add 2be95a9  ARROW-8207: [Packaging][wheel] Use LLVM 8 in manylinux2010 and manylinux2014

No new revisions were added by this update.

Summary of changes:
 docker-compose.yml                               |  6 ++++
 python/manylinux1/Dockerfile-x86_64_base         |  6 ++--
 python/manylinux1/Dockerfile-x86_64_ubuntu       |  7 ++--
 python/manylinux1/scripts/build_clang.sh         | 40 ---------------------
 python/manylinux1/scripts/build_llvm.sh          | 39 ++++++++++++++++++--
 python/manylinux201x/Dockerfile-x86_64_base_2010 |  7 ++--
 python/manylinux201x/Dockerfile-x86_64_base_2014 |  7 ++--
 python/manylinux201x/scripts/build_clang.sh      | 43 ----------------------
 python/manylinux201x/scripts/build_llvm.sh       | 46 +++++++++++++++++++++---
 9 files changed, 93 insertions(+), 108 deletions(-)
 delete mode 100755 python/manylinux1/scripts/build_clang.sh
 delete mode 100755 python/manylinux201x/scripts/build_clang.sh