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 2018/09/27 09:12:04 UTC

[arrow] branch master updated: ARROW-3335: [Python] Add ccache to manylinux1 container

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d1152a6  ARROW-3335: [Python] Add ccache to manylinux1 container
d1152a6 is described below

commit d1152a661cbe1c46a6b131f73d6f59e813a36cc0
Author: Korn, Uwe <Uw...@blue-yonder.com>
AuthorDate: Thu Sep 27 05:11:53 2018 -0400

    ARROW-3335: [Python] Add ccache to manylinux1 container
    
    Author: Korn, Uwe <Uw...@blue-yonder.com>
    
    Closes #2641 from xhochy/ARROW-3335 and squashes the following commits:
    
    50314a797 <Korn, Uwe> ARROW-3335:  Add ccache to manylinux1 container
---
 python/manylinux1/Dockerfile-x86_64      | 2 +-
 python/manylinux1/Dockerfile-x86_64_base | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/manylinux1/Dockerfile-x86_64 b/python/manylinux1/Dockerfile-x86_64
index a9f3d94..f79564d 100644
--- a/python/manylinux1/Dockerfile-x86_64
+++ b/python/manylinux1/Dockerfile-x86_64
@@ -14,7 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-FROM quay.io/xhochy/arrow_manylinux1_x86_64_base:ARROW-3141
+FROM quay.io/xhochy/arrow_manylinux1_x86_64_base:ARROW-3335
 
 ADD arrow /arrow
 WORKDIR /arrow/cpp
diff --git a/python/manylinux1/Dockerfile-x86_64_base b/python/manylinux1/Dockerfile-x86_64_base
index b369608..fb4eb1c 100644
--- a/python/manylinux1/Dockerfile-x86_64_base
+++ b/python/manylinux1/Dockerfile-x86_64_base
@@ -17,7 +17,7 @@
 FROM quay.io/pypa/manylinux1_x86_64:latest
 
 # Install dependencies
-RUN yum install -y flex zlib-devel wget && yum clean all
+RUN yum install -y ccache flex zlib-devel wget && yum clean all
 
 ADD scripts/build_openssl.sh /
 RUN /build_openssl.sh