rules_haskell
rules_haskell copied to clipboard
Improve CI performance
CI jobs can take a long time to run, specifically the Windows builds sometimes take up to 3h until they fail.
- can we get a longer persisted Bazel remote cache?
- can we use build without the bytes (ie.
--remote_download_toplevelor similar? - can we use a disk cache? (see https://github.com/tweag/rules_haskell/pull/1874)