You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/02/27 18:43:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-4672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-4672.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 3769
[https://github.com/apache/arrow/pull/3769]

> [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
>          Components: C++, Continuous Integration
>            Reporter: Uwe L. Korn
>            Assignee: Francois Saint-Jacques
>            Priority: Major
>              Labels: pull-request-available, travis-ci
>             Fix For: 0.13.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)