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

ravindra 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 78a1745  ARROW-4693: [CI] Build boost with multiprecision
78a1745 is described below

commit 78a17453e7d19f6991da6ccbcc14cb6853758afb
Author: Pindikura Ravindra <ravin...@dremio.com>
AuthorDate: Thu Feb 28 14:27:20 2019 +0530

    ARROW-4693: [CI] Build boost with multiprecision
    
    Author: Pindikura Ravindra <ravin...@dremio.com>
    Author: Korn, Uwe <uwe.k...@blue-yonder.com>
    
    Closes #3771 from xhochy/boost and squashes the following commits:
    
    7a541480 <Korn, Uwe> Add .dockerignore to RAT excludes
    5b8ac887 <Pindikura Ravindra> ARROW-4693:  Build boost with multiprecision
---
 dev/release/rat_exclude_files.txt        |  1 +
 python/manylinux1/.dockerignore          | 17 -----------------
 python/manylinux1/scripts/build_boost.sh |  2 +-
 3 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/dev/release/rat_exclude_files.txt 
b/dev/release/rat_exclude_files.txt
index e2a906d..0513927 100644
--- a/dev/release/rat_exclude_files.txt
+++ b/dev/release/rat_exclude_files.txt
@@ -128,6 +128,7 @@ js/closure-compiler-scripts/*
 python/cmake_modules
 python/cmake_modules/*
 python/MANIFEST.in
+python/manylinux1/.dockerignore
 python/pyarrow/includes/__init__.pxd
 python/pyarrow/tests/__init__.py
 python/requirements.txt
diff --git a/python/manylinux1/.dockerignore b/python/manylinux1/.dockerignore
index e1cab17..1521c8b 100644
--- a/python/manylinux1/.dockerignore
+++ b/python/manylinux1/.dockerignore
@@ -1,18 +1 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-
 dist
diff --git a/python/manylinux1/scripts/build_boost.sh 
b/python/manylinux1/scripts/build_boost.sh
index 3fb394d..43eeab2 100755
--- a/python/manylinux1/scripts/build_boost.sh
+++ b/python/manylinux1/scripts/build_boost.sh
@@ -25,7 +25,7 @@ mkdir /arrow_boost
 pushd /boost_${BOOST_VERSION_UNDERSCORE}
 ./bootstrap.sh
 ./b2 tools/bcp
-./dist/bin/bcp --namespace=arrow_boost --namespace-alias filesystem date_time 
system regex build algorithm locale format variant /arrow_boost
+./dist/bin/bcp --namespace=arrow_boost --namespace-alias filesystem date_time 
system regex build algorithm locale format variant multi_precision/cpp_int 
/arrow_boost
 popd
 
 pushd /arrow_boost

Reply via email to