-
Notifications
You must be signed in to change notification settings - Fork 297
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
persistent: Test failure on 32-bit arches with GHC 9.0.2 #1414
Comments
Ping - anything we can do to help debug/fix this issue? |
I think this will do it: https://github.com/yesodweb/persistent/pull/1429/files The test assumed that I don't have a means for testing on 32 bit machines. Since it is a "test suite bug" I would recommend not running tests on 32 bit machines for this package until that PR is merged and a release including it is made. |
Thanks for the quick fix! I can probably test it on a 32-bit machine... |
Tested on an i386 chroot, now I'm seeing two failures:
Looking at your patch, though, it seems that perhaps the change should have been applied in the |
Yep, a slightly modified patch seems to work: |
Over in Debian unstable, we're seeing a test failure on all 32-bit architectures (armel, armhf, i386, mipsel) when building persistent 2.13.3.5:
The tests are passing on 64-bit architectures (amd64, arm64, mips64el, ppc64el, s390x).
Full build logs for armel are available here: https://buildd.debian.org/status/fetch.php?pkg=haskell-persistent&arch=armel&ver=2.13.3.5-1&stamp=1659384152&raw=0
The text was updated successfully, but these errors were encountered: