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
Fix build on big-endian platforms #58
Conversation
There's no number variable, change it to value.
Codecov Report
@@ Coverage Diff @@
## master #58 +/- ##
=======================================
Coverage 98.05% 98.05%
=======================================
Files 79 79
Lines 5103 5103
=======================================
Hits 5004 5004
Misses 99 99
Continue to review full report at Codecov.
|
Thank you! Sorry for such a silly mistake, big-endian platforms are hard to come by. Since you have one, could I ask you a favor? :) Can you build with tests as well (enable |
Sure.
The platform I use is Talos II from Raptor ( https://www.raptorcs.com/content/TL2B01/intro.html ), but if you want something cheaper, they offer preorders for Blackbird ( https://www.raptorcs.com/content/BK1B01/intro.html ) or you could just get PowerMac G5. Ubiquiti routers can also run big-endian and they are even cheaper (although also much slower). |
The |
Here's the complete log: |
Thanks a lot! Some of these are rather trivial, more about the test expectations being wrong, but some (such as the SHA-1 calculation or Resource) look actually serious. Would you mind if I bother you again later (next week, let's say) to test proposed fixes? :) |
No problem, I can test your fixes. |
Merged, thanks a lot! I opened #60 with the proposed fixes for big-endian test failures, would be great if you could have a look :) |
There's no number variable, change it to value.