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

Extend CI to cover 32bit, ARM and integer-gmp #207

Open
dcoutts opened this issue Jul 21, 2019 · 3 comments
Open

Extend CI to cover 32bit, ARM and integer-gmp #207

dcoutts opened this issue Jul 21, 2019 · 3 comments

Comments

@dcoutts
Copy link
Member

dcoutts commented Jul 21, 2019

We'd ideally like to extend CI to cover configurations:

  • A 32bit build, either x86 or ARM
  • An ARM platform
  • GHC using integer-simple rather than integer-gmp
  • Windows

We can only really ensure issues like #193 do not come back if we have CI covering them.

@GreenReaper
Copy link

GreenReaper commented Jul 31, 2019

Not sure if useful, but Debian's x32 ABI port has 32-bit pointers and triggered #193. It's otherwise 64-bit, and uses the x86_64 kernel, which might help if it could be on the same machine as x86_64.

@thoughtpolice
Copy link
Collaborator

For the record, Windows was working previously with AppVeyor, and it was our 32-bit build, and it did flush out issues as noted. That said my AppVeyor setup broke a while back and I haven't fixed it.

I think we should investigate moving to GitHub Actions for these CI workflows, honestly. Not only is the integration far better, but we can provision a quick ARM machine from some vendor like Scaleway perhaps and use that with a self-hosted runner, hooked up to GitHub.

@juhp
Copy link

juhp commented Mar 3, 2020

Just noting for the record that on Fedora i686:

      *** Failed! Exception: 'toFlatTerm: encodePreEncoded used with invalid CBOR: DeserialiseFailure 0 "expected tag"' (after 46 tests and 46 shrinks):
      [(TTagged 4294967296 (TStringI ""),True)]
      Use --quickcheck-replay=6625 to reproduce.
1 out of 262 tests failed (1.24s)
Test suite tests: FAIL
Test suite logged to: dist/test/cborg-0.2.2.1-tests.log

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

No branches or pull requests

4 participants