Skip to content
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

Build and test in CI #1

Closed
wants to merge 34 commits into from
Closed

Build and test in CI #1

wants to merge 34 commits into from

Conversation

runeksvendsen
Copy link
Owner

@runeksvendsen runeksvendsen commented Dec 27, 2024

TODO

  • Test multiple GHC versions
  • Test multiple C compiler versions/flavors (also clang)

Failures

1. detailed tests fail for old GHC versions

Test suite quickchecktest: RUNNING...
panic! read @TestSuiteLog ""
CallStack (from HasCallStack):
  error, called at src/Distribution/Simple/Test/LibV09.hs:133:34 in Cabal-3.10.1.0-5sSVeMY5t4HKsrW2wqIvsr:Distribution.Simple.Test.LibV09

Fix: a42fb0e

2. testmthread: Contains an unsupported closure type (whose implementation is missing)

See existing issue jberthold#18

Use `system = x86_64-darwin` Nix config only for macOS runners

NOTE: Uses the confusingly named "ternary operator" (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#example) because there is no built-in "if-then-else".
Use single quotes for string literal
@runeksvendsen
Copy link
Owner Author

Replaced by #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant