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

uwe 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 d42a7d7  ARROW-2895: [CI] Add missing Ruby dependency on C++
d42a7d7 is described below

commit d42a7d778ad23c0a9847421345ed1208eca75c70
Author: Kouhei Sutou <k...@clear-code.com>
AuthorDate: Mon Jul 23 08:21:53 2018 +0200

    ARROW-2895: [CI] Add missing Ruby dependency on C++
    
    Author: Kouhei Sutou <k...@clear-code.com>
    
    Closes #2304 from kou/ci-ruby-depend-on-cpp and squashes the following 
commits:
    
    8f105e15 <Kouhei Sutou>  Add missing Ruby dependency on C++
---
 ci/detect-changes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/detect-changes.py b/ci/detect-changes.py
index 9860e3e..d1d2c98 100644
--- a/ci/detect-changes.py
+++ b/ci/detect-changes.py
@@ -136,7 +136,7 @@ def get_affected_topics(affected_files):
             break
         elif p in ('cpp', 'format'):
             # Test C++ and bindings to the C++ library
-            for k in ('cpp', 'python', 'c_glib', 'integration'):
+            for k in ('cpp', 'python', 'c_glib', 'ruby', 'integration'):
                 affected[k] = True
         elif p in ('java', 'js'):
             affected[p] = True

Reply via email to