ssm-lang / sslang

A language built atop the Sparse Synchronous Model
BSD 3-Clause "New" or "Revised" License
18 stars 0 forks source link

Cache Haskell setup #69

Closed j-hui closed 2 years ago

j-hui commented 2 years ago

Fix #64

(or at least an attempt to do so)

j-hui commented 2 years ago

Good lord, Stack produces 1.2GB of... stuff. This cache certainly shaves down the setup time, but importing the cache itself somehow takes 1min. But it's still some kind of an improvement (the initial run of this with a cold cache took 6min to set up dependencies).

See: https://github.com/ssm-lang/sslang/runs/4671424798?check_suite_focus=true#step:3:1

j-hui commented 2 years ago

I added in the stack lock file to see if that changes things