Skip to content

Commit

Permalink
Add aarch64-android testing
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
maurer committed Feb 2, 2024
1 parent 46bd270 commit 9f9e395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/aarch64-android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV PATH=$PATH:/android/sdk/emulator
ENV PATH=$PATH:/android/sdk/tools
ENV PATH=$PATH:/android/sdk/platform-tools

ENV TARGETS=arm-linux-androideabi
ENV TARGETS=arm-linux-androideabi,aarch64-linux-android

ENV RUST_CONFIGURE_ARGS --android-ndk=/android/ndk/

Expand Down

0 comments on commit 9f9e395

Please sign in to comment.