You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/09/04 09:07:00 UTC

[jira] [Created] (ARROW-3165) [CI] Cache externals accross AppVeyor builds

Antoine Pitrou created ARROW-3165:
-------------------------------------

             Summary: [CI] Cache externals accross AppVeyor builds
                 Key: ARROW-3165
                 URL: https://issues.apache.org/jira/browse/ARROW-3165
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++, Continuous Integration
            Reporter: Antoine Pitrou


Downloading and building third-party libraries may be consuming a significant chunk of time in our CI chain. It would be nice to cache third-party build artifacts accross CI builds, to save time.

Unfortunately I ran accross weird issues (especially on Windows / AppVeyor) when trying to implement this. I don't plan to waste any more time on this soon. Attempt at https://github.com/apache/arrow/compare/master...pitrou:externals_dir



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