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
the I see that it contains the date of the last cabal update (ok, it is the last update to hackage, but since it has hourly updates, basically this date will be different almost every time the CI is run).
Including the date in the cache key leads to permanent cache misses.
Seems like the last line should be dropped before calculating the cache key from this.
Or maybe I am getting something wrong? Do you have evidence that this works as expected in practice? (Meaning, with frequent cache hits?)
The text was updated successfully, but these errors were encountered:
.github/workflow-templates/ci.yml
Line 58 in 74c26af
If I look at the content of a freeze file, e.g.,
the I see that it contains the date of the last
cabal update
(ok, it is the last update to hackage, but since it has hourly updates, basically this date will be different almost every time the CI is run).Including the date in the cache key leads to permanent cache misses.
Seems like the last line should be dropped before calculating the cache key from this.
Or maybe I am getting something wrong? Do you have evidence that this works as expected in practice? (Meaning, with frequent cache hits?)
The text was updated successfully, but these errors were encountered: