Commit 730570e
authored
fix(ci): cache save and restore must share one path — every save was invisible (#79)
actions/cache versions an entry by its path spec; saving
/var/tmp/abgen-nixcache-out while restoring /var/tmp/abgen-nixcache means
no restore since the v3 redesign has ever seen a saved entry: every
'warm' run was cold, and every run re-saved a duplicate (~8 GB of
orphans, now purged). Pack fresh, then swap into the restore path.1 parent 939e81f commit 730570e
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | | - | |
| 46 | + | |
39 | 47 | | |
0 commit comments