Jorge Leitão created ARROW-10455:
------------------------------------
Summary: [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
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)