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

ci/docker: Add SDK/NDK level 21 to android docker for 32bit platforms #83192

Merged
merged 1 commit into from
Mar 18, 2021

Commits on Mar 16, 2021

  1. ci/docker: Add SDK/NDK level 21 to android docker for 32bit platforms

    Certain features of Linux (getauxval() and epoll_create1()) are only
    available in android SDK/NDK levels 18 and 21 respectively.  The 32bit
    platform is currently on level 14 for compatibility with Android 4.0.
    
    This patch adds SDK/NDK level 21 to the docker for 32 bit platforms,
    while leaving the default setup at level 14.
    
    With this done, projects such as `rustup` which rely on these dockers
    can build with modern ecosystem crates such as tokio 1.0, by using
    the level 21 toolchain, but those which do not need to switch will
    be unaffected, since the level 14 toolchain remains available.
    
    Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
    kinnison committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    bd2737f View commit details
    Browse the repository at this point in the history