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

[jira] [Updated] (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 ]

ASF GitHub Bot updated ARROW-10455:
-----------------------------------
    Labels: pull-request-available  (was: )

> [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
>          Time Spent: 10m
>  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)