-
-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No pre-built binaries for GHC 8.8.3 for Windows #234
Comments
The binary build process of 8.8.3 fails on Windows because of Segfault. |
I am afraid that he error is reproduced with ghc.8.8.4 as well. The error is not deterministic and we were able to build with ghc-8.8.4. |
Oh that explains a lot. I was trying to build 8.8.3 myself and it kept failing on floskell which is why I wanted to download a pre-built binary. Welp, I guess it's 8.8.4 for me! |
Yeah, it took 4 tries to get the windows 8.8.4 binary to build successfully on GitHub Actions, there was no secret unfortunately. We could try to produce 8.8.3 binaries as well maybe, retrying every time it fails? It will be a pain for us but could save others a lot of suffering |
There is a workaround to install hls with ghc-8.8.3, described here. |
I think we might need to give up on the 8.8.3/8.8.4 Windows builds. It's been failing 4 out of 5 times anecdotally on the GitHub Actions jobs now. Hopefully we will eventually get a 8.8.x release working, but until now the workaround is to (attempt to) install it from source |
Currently Stack uses resolver
lts-16.6
which uses GHC version8.8.3
. However, the pre-built binaries for windows only has a language server binary for GHC8.8.4
. Mac and linux both have binaries for8.8.3
, is the windows binary just missing from the listing or has it not been built yet?The text was updated successfully, but these errors were encountered: