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/02/27 18:42:19 UTC

[arrow] branch master updated: ARROW-4672: [CI] Fix clang-7 build entry

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 e648a76  ARROW-4672: [CI] Fix clang-7 build entry
e648a76 is described below

commit e648a762586d1af3a294dd96054a78b90f6e71ec
Author: François Saint-Jacques <fs...@gmail.com>
AuthorDate: Wed Feb 27 12:42:07 2019 -0600

    ARROW-4672: [CI] Fix clang-7 build entry
    
    The current entry defines the `CC` and `CXX` variables in the `env`
    section. The 2 variables are then redefined by travis with the
    `language: cpp` directive. This ensure that the variables are not
    overwritten.
    
    Author: François Saint-Jacques <fs...@gmail.com>
    
    Closes #3769 from fsaintjacques/ARROW-4672-travis-clang-7 and squashes the following commits:
    
    455cd65a <François Saint-Jacques> ARROW-4672:  Fix clang-7 build entry
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7458ab6..60676b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,6 @@ matrix:
     script:
     - $TRAVIS_BUILD_DIR/ci/travis_lint.sh
   - name: "C++ unit tests w/ Valgrind, clang 7.0"
-    language: cpp
     os: linux
     env:
     - ARROW_TRAVIS_VALGRIND=1