-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add hs-bindgen-testlib to cabal.project.ci #488
base: main
Are you sure you want to change the base?
Conversation
tests fail on Windows; I think this is something for @TravisCardwell to look at? |
It seems to fail here:
The instance Preturb FC.CInt where
preturb size n = n + fromIntegral size
This test is I re-ran the failed CI job, to see if the issue is deterministic. It failed here:
In the previous CI job, that Unfortunately, the Windows development VMs are not available, making Windows issues particularly difficult to debug. |
I now have a Windows environment to test with. It is bare-metal, so there is no rollback: any side effects will persist. Attempts to build are failing with a It looks like the CI environment is using GHC installed via Chocolatey, while my environment uses GHCup. Perhaps I see that MSYS2 has Details
I removed the GHCup installation and installed GHC using Chocolatey.
The CI runner includes a lot of software... I am not sure how to prepare a Windows environment for |
No description provided.