-
Notifications
You must be signed in to change notification settings - Fork 66
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 fails on big-endian #58
Comments
FYI, there is a pretty complete tutorial on how to test endian aware code through Qemu https://create.stephan-brumme.com/big-endian/ |
@n4ss Cool, if you'd like to write a PR that adds endianness testing to CI (could be Github Actions instead of Travis, whichever is easier), I'd be happy to merge it! |
Hello, We are building https://github.com/paritytech/polkadot on s390x platform, which is a Big Endian. Polkadot is using merlin and it is failing with the same error that has been reported in this. To get going, I have commented that block and got the polkadot compiled. I have not tested that yet, but because I commented this, I am foreseeing some issues to come while running. Wonder if you there is any plan on supporting Big Endian platforms ?
Thanks, |
Hello, is there any feedback on this ? |
Hey!
We're currently running into the following (as expected) on big-endian machines:
The text was updated successfully, but these errors were encountered: