-
Notifications
You must be signed in to change notification settings - Fork 157
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
Fix FreeBSD job #475
Fix FreeBSD job #475
Conversation
@blackgnezdo @arrowd could you possibly help me out with this? The FreeBSD CI job used to succeed with GHC 8.10 and FreeBSD 13.0, e. g., https://cirrus-ci.com/task/4639347260522496. However, upgrading to GHC 9.2 and FreeBSD 13.1 suddenly started to fail (e. g., https://cirrus-ci.com/task/6067564724355072) with
|
CC @vdukhovni as another FreeBSD user, if I recall correctly. |
FreeBSD 13.1 ships Clang 13 which has a bug when the As a workaround you can add |
I am running into a problem with GHC 9.2 and FreeBSD 12.3-p6:
My settings are:
|
The command leading to the failing invocation of Linking... |
Is that in the |
3eedecc
to
1d892eb
Compare
FWIW, when I use GHC 9.4.1 instead of 9.2, the build works. |
Thanks for the help! |
Thanks all for investigation! |
Cf. haskell/bytestring#550