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`](https://bazel.build/reference/command-line-reference#flag--remote_download_toplevel) or similar? * can we use a disk cache? (see https://github.com/tweag/rules_haskell/pull/1874)
CI jobs can take a long time to run, specifically the Windows builds sometimes take up to 3h until they fail.
--remote_download_toplevelor similar?