actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.45k stars 1.18k forks source link

Cross-OS cache is non-coherent #1119

Closed LebedevRI closed 1 year ago

LebedevRI commented 1 year ago

There appears to be some cache consistency issue, at least when the cache is being restored on a different OS it was created on.

Example:

Rerunning the second job does not change the outcome. But this is working in principle, e.g. https://github.com/darktable-org/rawspeed/actions/runs/4227408578/jobs/7342201975#step:31:19

Phantsure commented 1 year ago
LebedevRI commented 1 year ago

Yep, that sounds like it. Pretty horrible UX though. Thanks.