-
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: Add some arm builds #698
Conversation
We have optimized assembly for 32-bit ARM (not enabled by default, and not 64-bit iirc). It'd be neat to test that. |
ok, I set ASM=arm, but that fails:
See https://travis-ci.org/MarcoFalke/secp256k1/builds/621315153 |
Tried that in the past and couldn't make the asm work. |
I haven't had a closer look now but this may help to figure out the right flags (even though it's for cross-compilation) |
I think you get those errors when trying to compile the 32-bit ARM assembly with a 64-bit targeted assembler. |
I might need to install libc from armhf. That doesn't work, so I reported the issue to travis: https://travis-ci.community/t/apt-addon-does-not-work-for-armhf-on-arm64/6374 |
Did this work in the end? The travis output looks good, it was just aborted? |
It failed with
https://travis-ci.org/MarcoFalke/secp256k1/jobs/624276878#L396 |
Ah yes, thanks for clarifying! |
Proof of concept for #598
Not sure which environment combinations make most sense (something with
ASM
?)