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 76da3cd [Python] Use 'latest' manylinux1 build image 76da3cd is described below commit 76da3cd9118298d39dcad4b8ed420371df5943c4 Author: Uwe L. Korn <xho...@users.noreply.github.com> AuthorDate: Fri Feb 1 06:08:56 2019 +0100 [Python] Use 'latest' manylinux1 build image Master build of the docker image has passed, so use this one again. --- .travis.yml | 2 +- ci/travis_script_manylinux.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c037cd5..02ce11d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -225,7 +225,7 @@ matrix: - name: "[manylinux1] Python" language: cpp before_script: - - if [ $ARROW_CI_PYTHON_AFFECTED == "1" ]; then docker pull quay.io/xhochy/arrow_manylinux1_x86_64_base:ARROW-4424; fi + - if [ $ARROW_CI_PYTHON_AFFECTED == "1" ]; then docker pull quay.io/xhochy/arrow_manylinux1_x86_64_base:latest; fi script: - if [ $ARROW_CI_PYTHON_AFFECTED == "1" ]; then $TRAVIS_BUILD_DIR/ci/travis_script_manylinux.sh; fi - name: "Java w/ OpenJDK 8" diff --git a/ci/travis_script_manylinux.sh b/ci/travis_script_manylinux.sh index a7d82cc..588d0f9 100755 --- a/ci/travis_script_manylinux.sh +++ b/ci/travis_script_manylinux.sh @@ -21,7 +21,7 @@ set -ex pushd python/manylinux1 -docker run --shm-size=2g --rm -e PYARROW_PARALLEL=3 -v $PWD:/io -v $PWD/../../:/arrow quay.io/xhochy/arrow_manylinux1_x86_64_base:ARROW-4424 /io/build_arrow.sh +docker run --shm-size=2g --rm -e PYARROW_PARALLEL=3 -v $PWD:/io -v $PWD/../../:/arrow quay.io/xhochy/arrow_manylinux1_x86_64_base:latest /io/build_arrow.sh # Testing for https://issues.apache.org/jira/browse/ARROW-2657 # These tests cannot be run inside of the docker container, since TensorFlow