plow-technologies / inferno

A statically-typed functional scripting language
MIT License
4 stars 1 forks source link

Figure out caching problem #78

Closed ngua closed 5 months ago

ngua commented 1 year ago

Ever since the GHC 9.2.5 upgrade there have been very frequent cache misses. I don't think this is an issue with Cachix; I've checked open issues for Cachix (and its GH action) and can't find anything related. Cachix is very widely used so if there were an issue with this I imagine it would have been reported by now

We might be getting IOG cache misses. I'm going to try to bump the haskell.nix input and make some other changes to see if I can get it cached reliably

ngua commented 5 months ago

I fixed this a while ago