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

Install Android NDK r25b #1434

Merged
merged 2 commits into from
Sep 13, 2022
Merged

Install Android NDK r25b #1434

merged 2 commits into from
Sep 13, 2022

Conversation

meteorcloudy
Copy link
Member

Required by rules_android_ndk, still keeping the old one since legacy rules may need it.

@meteorcloudy
Copy link
Member Author

/cc @ahumesky

@meteorcloudy meteorcloudy merged commit d5f9844 into master Sep 13, 2022
@meteorcloudy meteorcloudy deleted the install-latest-ndk branch September 13, 2022 10:13
@ahumesky
Copy link
Contributor

thank you!

@keith
Copy link
Member

keith commented Sep 13, 2022

Can we do this for macOS as well?

cd "$HOME"
curl -fL -o android-ndk.zip https://dl.google.com/android/repository/android-ndk-r15c-darwin-x86_64.zip
rm -rfv android-ndk-r15c
unzip android-ndk.zip > /dev/null
rm android-ndk.zip

@meteorcloudy
Copy link
Member Author

Yes, we should. But for macOS, upgrading involves a lot of manually work (we maintain our own physical machines), the team is currently overwhelmed by all kinds of CI issue. Can you file an issue to track this so that we don't forget?

And yes, I haven't forgot #1273 (comment), I already upgraded two machines in the testing environment, but some Bazel tests are failing due to the removal of python. See #1431

fmeum pushed a commit to fmeum/continuous-integration that referenced this pull request Dec 10, 2023
* Install Android NDK r25b

* Mount android ndk r25b to docker container
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.

None yet

4 participants