-
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
allow on combinations of GHC 8.2 & Windows #407
Conversation
@kakkun61 sorry for delay. Could you please add Windows + GHC 8.2 job to CI? Edit https://github.com/haskell/text/blob/master/.github/workflows/windows_and_macOS.yml matrix:
os: ['windows-latest', 'macOS-latest']
ghc: ['latest']
include:
- os: windows-latest
ghc: '8.2' |
I am checking the CI result. Hmm, the test passed on my machine.
|
I don't have a local Windows machine, unfortunately, to investigate further. However, I can take |
I got a windows machine and I can reproduce the failure with GHC 8.2.2. The log file is below. I'm not sure what to make of it.
The test is actually not running at all. Something is causing tests to be dynamically linked in GHC 8.2:
|
@kakkun61 I suspect that your Windows environment might be different from one provided by CI, e. g., different MinGW or something. Could you possibly submit |
Combinations of GHC 8.2 & Windows were prohibited by #404. But text package can be built on the combinations with some CPP changes.
It seems that
__get_cpuid_count
was introduced at GCC 6.3.