Open
Description
GHC will support nightlies via ghcup soon:
- Implement support for nightlies ghcup-hs#824
- https://gitlab.haskell.org/ghc/ghcup-metadata/-/issues/1
The way this works is that GHC CI just builds and then creates and updates a metadata automatically: https://gitlab.haskell.org/ghc/ghc/-/blob/master/.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
HLS could do something similar. We'll have to figure out a storage solution, e.g. S3 (we already use a private bucket for cabal cache).