-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Travis should build and test arm asm #598
Comments
Travis should also test make install. |
Related: Travis does not seem to run |
It does, see https://travis-ci.org/bitcoin-core/secp256k1/jobs/560256756#L708 for example. |
Of course! Updated README here: #652 |
Travis should also test different window size settings. |
Travis has now (alpha) support for ARM: |
FWIW it's arm64, and we have asm only for arm, not arm64. |
It can build and run ARM executables on ARM64 (FWIW this is what we do in bitcoin in the ARM64 travis run, see bitcoin/bitcoin#17233) |
Didn't know arm64 can execute arm binaries. i'll give this a try |
I think it's a feature that many SoCs have, including the one Travis happens to use, not a general requirement for arm64 |
Even just having arm64 would be a big improvement. Sure, that wouldn't test that the arm ASM builds and works-- which is the critical thing motivating this issue, but there isn't anything blocking that as far as I know. Similarly, there appears to be no BE host in this project's travis configuration. s390x is be, I believe. (lol) |
CC #696 |
This has been solved by #930. |
No description provided.
The text was updated successfully, but these errors were encountered: