This is an automated email from the ASF dual-hosted git repository.
kszucs 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 3e6d968 [C++/Python/CI] Use more recent docker-compose in manylinux1
jobs [skip ci] (#3897)
3e6d968 is described below
commit 3e6d968db7262bc2924cea6d248b2df572485f91
Author: Uwe L. Korn <[email protected]>
AuthorDate: Thu Mar 14 14:01:27 2019 +0100
[C++/Python/CI] Use more recent docker-compose in manylinux1 jobs [skip ci]
(#3897)
---
dev/tasks/python-wheels/travis.linux.yml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev/tasks/python-wheels/travis.linux.yml
b/dev/tasks/python-wheels/travis.linux.yml
index 64b9e7e..cccb30b 100644
--- a/dev/tasks/python-wheels/travis.linux.yml
+++ b/dev/tasks/python-wheels/travis.linux.yml
@@ -21,6 +21,12 @@ language: cpp
services:
- docker
+# Update docker to support newer docker-compose versions
+addons:
+ apt:
+ packages:
+ - docker-ce
+
# don't build twice
if: tag IS blank
@@ -30,7 +36,7 @@ env:
- TRAVIS_TAG={{ task.tag }}
before_script:
- - docker pull quay.io/xhochy/arrow_manylinux1_x86_64_base:latest
+ - sudo pip install -U docker-compose
script:
- git clone -b {{ arrow.branch }} {{ arrow.remote }} arrow