You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2019/02/25 06:46:00 UTC

[jira] [Created] (ARROW-4672) [C++] clang-7 matrix entry is build using gcc

Uwe L. Korn created ARROW-4672:
----------------------------------

             Summary: [C++] clang-7 matrix entry is build using gcc
                 Key: ARROW-4672
                 URL: https://issues.apache.org/jira/browse/ARROW-4672
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Uwe L. Korn
             Fix For: 0.13.0


Travis sets the following environment variables:

{code}
$ export CC="clang-7"
$ export CXX="clang++-7"
$ export TRAVIS_COMPILER=g++
$ export CXX=g++
$ export CXX_FOR_BUILD=g++
$ export CC=gcc
$ export CC_FOR_BUILD=gcc
$ export PATH=/usr/lib/ccache:$PATH
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)