You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: pin android emulator to 28.0.23
Apparently Android Emulator 28.0.25 (the latest one) is broken for us, and `sdkmanager` doesn't have a way to pin a package to a specific version. This PR stops downloading the emulator from `sdkmanager`, downloading it manually instead.
Tested this locally and confirmed it works. I'll open an issue on Google's issue tracker later today.
Fixes#59757
r? @kennytm
Any freshly built
arm-android
Docker image is unable to build the compiler, crashing with a QEMU error message:The image currently in the cache is fine, but if that image has to be rebuilt for whatever reason CI is broken.
cc @rust-lang/infra
The text was updated successfully, but these errors were encountered: