You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Andrew Lamb (Jira)" <ji...@apache.org> on 2020/11/13 16:37:00 UTC

[jira] [Resolved] (ARROW-10455) [Rust] Fix CI cache misses on windows

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

Andrew Lamb resolved ARROW-10455.
---------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> [Rust] Fix CI cache misses on windows
> -------------------------------------
>
>                 Key: ARROW-10455
>                 URL: https://issues.apache.org/jira/browse/ARROW-10455
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: Rust
>    Affects Versions: 3.0.0
>            Reporter: Jorge Leitão
>            Assignee: Jorge Leitão
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Currently the CI for windows is not correctly caching. Specifically, the key used to cache is always the same, irrespectively of the files that were changed. Consequently, the build is not leveraging cache.
>  
> Example: https://github.com/apache/arrow/runs/1336703057
> {code:java}
> Run actions/cache@v1
> with:
>     path: rust/target
>     key: windows-rust-
>     restore-keys: windows-rust-
> {code}
> note how the {{key}} does not contain the files hash.



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