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

[libc++][Android] Fix Android bugs in the CI Dockerfile #99623

Merged
merged 1 commit into from
Jul 23, 2024

Commits on Jul 19, 2024

  1. [libc++][Android] Fix Android bugs in the CI Dockerfile

    The base of android-buildkite-builder is buildkite-builder, not
    android-build-base. android-build-base is only used for its /opt/android
    directory, so move the Docker installation step into
    android-buildkite-builder.
    
    Install bzip2 for extracting ndk_platform.tar.bz2.
    
    Add "set -e" to RUN heredocs to catch failing commands.
    rprichard committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    635b2e3 View commit details
    Browse the repository at this point in the history