-
Notifications
You must be signed in to change notification settings - Fork 20
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
Compile fail in Circle CI 2.0 (out of memory error) #56
Comments
This is caused by a regression in GHC, please see: https://ghc.haskell.org/trac/ghc/ticket/14974. |
Thank you for the information! |
Hi there! Have you found any workaround? I'm trying to set up my Circle CI build and I hit the same issue. Build info:
EDIT: It is unrelated to the package Thanks! |
Just in case someone finds this useful. I got it working by running |
I usually use a special docker image that has pre-built mmark. |
Build time and memory usage has significantly gone up again with GHC 9.0.1. I've filed https://gitlab.haskell.org/ghc/ghc/-/issues/19471 for this. |
I'm using Circle Ci (and stack).
locally build is fine. But, get following error message in the Circle CI.
Reproduce this repo.
The text was updated successfully, but these errors were encountered: