rules_haskell icon indicating copy to clipboard operation
rules_haskell copied to clipboard

Improve CI performance

Open avdv opened this issue 2 years ago • 0 comments

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_toplevel or similar?
  • can we use a disk cache? (see https://github.com/tweag/rules_haskell/pull/1874)

avdv avatar Mar 20 '23 08:03 avdv