hspec / hspec-hedgehog

A library to integrate hedgehog tests into your hspec test suite.
https://hackage.haskell.org/package/hspec-hedgehog
Other
28 stars 6 forks source link

Fixed compilation errors on some architectures, such as riscv, arm, loongarch #37

Closed wuruilong01 closed 3 months ago

wuruilong01 commented 6 months ago

Encountered an error while compiling in debian, the link to the error details is as follows: https://buildd.debian.org/status/fetch.php?pkg=haskell-hspec-hedgehog&arch=loong64&ver=0.0.1.2-5&stamp=1709414862&raw=0

sol commented 3 months ago
  1. CI is failing
  2. I am not sure which architectures support -with-rtsopts=-N. Is this documented somewhere?
  3. As an alternative, you may just choose to build the package with --disable-tests.
sol commented 3 months ago

@wuruilong01 I'm closing this for now.

  1. Please feel free to open a new PR if you're willing to work on this again.
  2. I disabled scheduled build on your main branch as I got spammed by build failure notifications. Please, if you happen to open a new PR, use a feature branch.