You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2019/04/30 11:01:17 UTC

[arrow] branch master updated: ARROW-5240: [C++][CI] pin cmake_format

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

apitrou 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 515af96  ARROW-5240: [C++][CI] pin cmake_format
515af96 is described below

commit 515af968b7a17dc309aeba365895b821b4135e18
Author: Micah Kornfield <em...@gmail.com>
AuthorDate: Tue Apr 30 13:01:08 2019 +0200

    ARROW-5240: [C++][CI] pin cmake_format
    
    Hopefull this fixes the broken build.  Going to file a JIRA issue and file a ticket as this verifies a fix.
    
    Author: Micah Kornfield <em...@gmail.com>
    
    Closes #4226 from emkornfield/pin_cmake_format and squashes the following commits:
    
    30f6ef8e1 <Micah Kornfield> pin cmake_format
---
 ci/travis_lint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/travis_lint.sh b/ci/travis_lint.sh
index 1c36eaf..eb0ef43 100755
--- a/ci/travis_lint.sh
+++ b/ci/travis_lint.sh
@@ -31,7 +31,7 @@ pre-commit install
 pre-commit run hadolint -a
 
 # CMake formatting check
-pip install cmake_format
+pip install cmake_format==0.4.5
 $TRAVIS_BUILD_DIR/run-cmake-format.py --check
 
 # C++ code linting