You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/10/07 21:09:00 UTC

[jira] [Resolved] (ARROW-10139) [C++] Add support for building arrow_testing without building tests

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

Kouhei Sutou resolved ARROW-10139.
----------------------------------
    Resolution: Fixed

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

> [C++] Add support for building arrow_testing without building tests
> -------------------------------------------------------------------
>
>                 Key: ARROW-10139
>                 URL: https://issues.apache.org/jira/browse/ARROW-10139
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Yuri
>            Assignee: Kouhei Sutou
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> {{ARROW_BUILD_TESTS}} installs the following arrow_testing related files implicitly:
> {noformat}
> lib/cmake/arrow/ArrowTestingConfig.cmake
> lib/cmake/arrow/ArrowTestingConfigVersion.cmake
> lib/cmake/arrow/ArrowTestingTargets-%%CMAKE_BUILD_TYPE%%.cmake
> lib/cmake/arrow/ArrowTestingTargets.cmake
> lib/cmake/arrow/FindArrowTesting.cmake
> lib/libarrow_testing.so
> lib/libarrow_testing.so.100
> lib/libarrow_testing.so.100.1.0
> libdata/pkgconfig/arrow-testing.pc
> {noformat}
> If we have {{ARROW_TESTING}} or something, users can do it explicitly.
> The original GitHub bug report: [https://github.com/apache/arrow/issues/8306]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)