-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Add Android to Travis testing #174
Conversation
Thanks for this! One thing that is not clear to me:
Are you referring to the text NLnet Labs adds to the start of the files or something android related? |
Hi @gthess,
Yes. |
- Move android build scripts to contrib/ and allow android tests to fail.
Already merged this through the command line but before the last merge commit above and github does not see this PR as merged. |
Sounds good. Someone was asking about Android on the mailing list recently at libunbound on android. It looks like it was good timing. It also looks like the change made its way to downstream:
|
It may be a good idea to update You can fetch the latest
Also see config.guess, config.sub at top level in the GNU manual. |
Good point, I can look into it. |
Updated on 114d650. |
@gthess ,
No, no problems detected. It was just something I noticed while poking around. |
Add Android armv7a, aarch64, x86 and x86_64 to Travis testing.
This rig will work for Android NDK-r19c, NDK-r20b and NDK-r21. The Android folks will probably break it some time in the future. The Android folks change tools and directories so we have to fix our scripts. It happens every two or three years or so.
The Android tests are failing at the moment due to GH #175. In the 175 issue, OpenSSL was configured with
no-engine
. I believe PR #176 fixes it.The Unbound folks will need to add the copyright and license information if the PR is accepted.