haskell / haskell/haskell-language-server
Match GHC build environments in CI?
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
@mpickering and @wz1000 suggested to build the HLS binaries on the same environment that was used to build the corresponding GHC.
I think for windows, we don't have to worry about it.
For darwin, we do have to worry. I'm not sure how you propose to achieve this. I myself won't maintain any nix code, so that's for someone else to implement.
For linux, we could just reuse the docker images. We'll have to check with @bgamari whether they're cleaned up or not for old GHCs, such as 8.10.7.
I'm not sure this will be without problems. I'll have to think more about it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.