snoyberg / mono-traversable

Type classes for mapping, folding, and traversing monomorphic containers
155 stars 67 forks source link

mono-traversable: tests hang on 32-bit architectures #210

Open swt2c opened 2 years ago

swt2c commented 2 years ago

Over in Debian, we're seeing the unit tests for mono-traversable 1.0.15.3 hang on all 32-bit architectures (armel, armhf, i386, etc.) with GHC 9.0.2. Unfortunately, the tests just get stuck and don't produce any useful output (and the build process gets killed for producing no output for 150 minutes:

Running debian/hlibrary.setup test --builddir=dist-ghc --show-details=direct
E: Build killed with signal TERM after 150 minutes of inactivity
swt2c commented 2 years ago

The same thing seems to be happening for classy-prelude, too.

BebeSparkelSparkel commented 4 months ago

@swt2c I have just updated the ci and I would like to have a check for the issue you are running into. Could you add what containers you would like to have this build on?

A possible good template is from bytestring's ci.yaml