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 2019/01/26 21:02:45 UTC

[arrow] branch master updated: ARROW-4381: [CI] Update linter container build instructions

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 5043d1e  ARROW-4381: [CI] Update linter container build instructions
5043d1e is described below

commit 5043d1ed1903a75991733a38e64afc025d7de91d
Author: Wes McKinney <we...@apache.org>
AuthorDate: Sat Jan 26 15:02:37 2019 -0600

    ARROW-4381: [CI] Update linter container build instructions
    
    Author: Wes McKinney <we...@apache.org>
    
    Closes #3493 from wesm/ARROW-4381 and squashes the following commits:
    
    e86dc0a5 <Wes McKinney> Update linter container build instructions
---
 docker-compose.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 82a0f71..16483b6 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -36,7 +36,6 @@ volumes:
   spark-cache:
 
 services:
-
   ######################### Language Containers ###############################
 
   c_glib:
@@ -180,6 +179,9 @@ services:
 
   lint:
     # Usage:
+    #   export PYTHON_VERSION=3.6
+    #   docker-compose build cpp
+    #   docker-compose build python
     #   docker-compose build lint
     #   docker-compose run lint
     image: arrow:lint
@@ -191,6 +193,9 @@ services:
 
   iwyu:
     # Usage:
+    #   export PYTHON_VERSION=3.6
+    #   docker-compose build cpp
+    #   docker-compose build python
     #   docker-compose build lint
     #   docker-compose run iwyu
     image: arrow:lint