You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Already merged this through the command line but before the last merge commit above and github does not see this PR as merged.
Also moved the android build scripts to contrib/ and marked the android builds as "allowed to fail" in case of future changes on the android world.
Thanks!
It may be a good idea to update config.guess and config.sub. The existing ones are from 2016. I believe the newer ones have better support for NetBSD and Android (among other fixes).
You can fetch the latest config.guess and config.sub with:
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.