-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add NDK 25b to Windows BazelCI #1962
Comments
Merged #1965, I'll update the VM image now. |
Windows VMs has been updated. Android NDK r25b is installed to |
Thank you! |
Re-open since the image has been rolled back |
I have a new Windows VM image in testing with the fix from #1968, will push next Monday morning. |
The new image is pushed, let me know if there is any problem with the android ndk versions. |
To support tests for rules_android_ndk on Windows, we need an updated version of the NDK. Version 25b is on linux:
continuous-integration/buildkite/setup-docker.sh
Lines 166 to 175 in fcd3cdd
So we should add Windows 25b to match. The URL is:
https://dl.google.com/android/repository/android-ndk-r25b-windows.zip
continuous-integration/buildkite/setup-windows.ps1
Lines 198 to 208 in fcd3cdd
(NDK 26d is actually the lastest version of the NDK, but we should test and update to the latest version in a separate change.)
The text was updated successfully, but these errors were encountered: