We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a74ddf commit 9c053e5Copy full SHA for 9c053e5
src/ci/docker/host-x86_64/arm-android/Dockerfile
@@ -34,7 +34,7 @@ ENV TARGETS=arm-linux-androideabi
34
35
ENV RUST_CONFIGURE_ARGS --android-ndk=/android/ndk/
36
37
-ENV SCRIPT python3 ../x.py --stage 2 test --host='' --target $TARGETS
+ENV SCRIPT python3 ../x.py --stage 2 test tests/ui/test-attrs/test-panic-abort.rs tests/ui/test-attrs/test-panic-abort-nocapture.rs --host='' --target $TARGETS
38
39
COPY scripts/sccache.sh /scripts/
40
RUN sh /scripts/sccache.sh
0 commit comments