Commit 5614e39
committed
ci(spack): cache the spack install store across runs
setup-spack itself doesn't cache the install store between runs (only
the spack git tree). Adding actions/cache on spack/opt + spack/var/spack/cache
keyed by the relevant recipe file hashes means cantera + py-pyrometheus
+ all transitive deps are reused across runs that didn't touch those
recipes. First push to a new key takes ~1.5h; subsequent pushes are
minutes.1 parent f3caaf4 commit 5614e39
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
28 | 37 | | |
29 | 38 | | |
30 | 39 | | |
| |||
0 commit comments