@@ -147,11 +147,11 @@ jobs:
147
147
- { target: i686-unknown-linux-musl, os: ubuntu-latest, std: 1, run: 1 }
148
148
- { target: mips-unknown-linux-musl, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
149
149
- { target: mipsel-unknown-linux-musl, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
150
- - { target: aarch64-linux-android, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
151
- - { target: arm-linux-androideabi, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
152
- - { target: armv7-linux-androideabi, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
153
- - { target: i686-linux-android, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
154
- - { target: x86_64-linux-android, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
150
+ - { target: aarch64-linux-android, os: ubuntu-latest, cpp: 1, std: 1, run: 1, cpp: 1, runners: qemu-user }
151
+ - { target: arm-linux-androideabi, os: ubuntu-latest, cpp: 1, std: 1, run: 1, cpp: 1, runners: qemu-user }
152
+ - { target: armv7-linux-androideabi, os: ubuntu-latest, cpp: 1, std: 1, run: 1, cpp: 1, runners: qemu-user }
153
+ - { target: i686-linux-android, os: ubuntu-latest, cpp: 1, std: 1, run: 1, cpp: 1, runners: qemu-user }
154
+ - { target: x86_64-linux-android, os: ubuntu-latest, cpp: 1, std: 1, run: 1, cpp: 1, runners: qemu-user }
155
155
- { target: x86_64-pc-windows-gnu, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
156
156
- { target: i686-pc-windows-gnu, os: ubuntu-latest, cpp: 1, std: 1, run: 1 }
157
157
# Disabled for now, see https://github.com/rust-lang/rust/issues/85821
0 commit comments