Skip to content

Commit 2fef4b4

Browse files
committed
Add aarch64-android testing
In updating our image in rust-lang#120326 we were forced off the 32-bit image. This means it is not too difficult to add testing for 64-bit code as well. Since this architecture is more used, and on later images, the only supported kind of executable, we should start testing this now.
1 parent 93acd1b commit 2fef4b4

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/aarch64-android

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/aarch64-android/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV PATH=$PATH:/android/sdk/emulator
2828
ENV PATH=$PATH:/android/sdk/tools
2929
ENV PATH=$PATH:/android/sdk/platform-tools
3030

31-
ENV TARGETS=arm-linux-androideabi
31+
ENV TARGETS=arm-linux-androideabi,aarch64-linux-android
3232

3333
ENV RUST_CONFIGURE_ARGS --android-ndk=/android/ndk/
3434

0 commit comments

Comments
 (0)