-
Notifications
You must be signed in to change notification settings - Fork 843
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
Static linux #5267
Static linux #5267
Conversation
8983f2d
to
2db6983
Compare
b6860df
to
88bd6cd
Compare
|
This all works perfectly.... except that the executable in the Linux artifact segfaults!?! Investigating... |
It was the stripping! 4a53af2 |
Not sure why stripping a static executable makes it segfault, but other than that this is ready for review and potential merge. |
New version ready for review. I'd like to rebase before merge; let me know if you'd rather I rebase before your next review. |
Thanks for the review, looks like we've hit all comments. I'm going to rebase, and then merge once CI passes. |
Note: Documentation fixes for https://docs.haskellstack.org/en/stable/ should target the "stable" branch, not master.
Please include the following checklist in your PR:
Please also shortly describe how you tested your change. Bonus points for added tests!