Skip to content
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

Attempt to fix Android build on Github Actions #24

Closed
wants to merge 1 commit into from

Conversation

oseiskar
Copy link
Collaborator

@oseiskar oseiskar commented Jan 16, 2021

Github has apparently changed the build environment in Actions, breaking our Android builds. Quite subtle: both the last working build and the first broken build use "Ubuntu 20.04" but the Android tools have been updated in the latest virtual environment version https://github.com/actions/virtual-environments/blob/ubuntu20/20210111.1/images/linux/Ubuntu2004-README.md#android

EDIT: Unfortunately, the old environment does not seem to be available anymore as also Ubuntu 18 was updated to use the new NDK/tools (as described here actions/runner-images#2420). This will cause some headache with the plain Make deps (CMake deps are presumably fine). Some more info

At this point, just installing the old and working build environment into a Docker image seems like a more attractive option than reading those ^

It should have a suitable version Android NDK and related tools
@oseiskar
Copy link
Collaborator Author

Fixed by #25

@oseiskar oseiskar closed this Jan 21, 2021
@oseiskar oseiskar deleted the fix-android-build branch July 9, 2021 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant