rules_haskell icon indicating copy to clipboard operation
rules_haskell copied to clipboard

Use a disk cache on windows

Open avdv opened this issue 3 years ago • 0 comments

Building on windows currently takes a long time (> 2h) and fails eventually when the connection to the build event upload service is closed.

Using a disk_cache which is stored in Github's action cache hopefully avoids building stackage libraries every time.

Currently the cache key depends on the hash of the stackage_snapshot.yaml file, so it is evicted whenever that file changes. There is no cache cleanup done currently.

avdv avatar Mar 03 '23 08:03 avdv