You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: {test,bench}: stop creating & using *-bench-* storage
As we see - `bench` stored the:
```
path: |
~/.cabal/packages
~/.cabal/store
```
Which means it stored just dependencies again, but now with `bench` deps aslo.
That duplication alse depleated the cache pool quick & created a complexity in
the cache key hitting for restoration.
`cache-deps` now going to already build deps for tests & bench.
0 commit comments