[
https://issues.apache.org/jira/browse/ARROW-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Neal Richardson resolved ARROW-7202.
------------------------------------
Fix Version/s: 0.17.0
Resolution: Fixed
> [R][CI] Improve rwinlib building on CI to stop re-downloading dependencies
> --------------------------------------------------------------------------
>
> Key: ARROW-7202
> URL: https://issues.apache.org/jira/browse/ARROW-7202
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Continuous Integration, R
> Reporter: Neal Richardson
> Assignee: Neal Richardson
> Priority: Minor
> Fix For: 0.17.0
>
>
> Remove the {{--rmdeps}} arg to makepkg-mingw so that they don't get cleaned
> up. Then you can copy the relevant ones from {{/mingw64/lib}} /
> {{/mingw32/lib}} (see
> https://ci.appveyor.com/project/nealrichardson/arrow/builds/28875888?fullLog=true#L1134)
> when building the package in the followup script, rather than wget them all
> again later (and have to worry about version numbers, repositories, etc.).
> Note that relatedly, if we build libs during the arrow build (like
> uriparser), we can copy the .a files that get built from the build directory
> (which also gets deleted) to {{${MINGW_PREFIX}/lib}} so that we can package
> them up later.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)