-
Notifications
You must be signed in to change notification settings - Fork 156
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
cabal: Make workaround-ghc-mmap-crash a noop on non-x86_64 #2657
Conversation
2099687
to
2c20f22
Compare
Ah, thank you! I'm thinking we should (also?) go one layer deeper and have the flag be a no-op on anything but x86_64, either using CPP in all call sites or in all the |
2c20f22
to
006cf1b
Compare
I have moved the checks to the cabal files. I have removed it from the nix. It's only more confusing if the same checks occurs in multiple places where the nix checks wouldn't matter anymore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes perfect sense! Thanks!
workaround-ghc-mmap-crash
if on x86_64…#2659) Fixes #2656 (cherry picked from commit 22b3a58) Co-authored-by: Rowan Goemans <[email protected]>
Fixes #2656