Skip to content

Commit

Permalink
Add file for reproducing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed Apr 5, 2020
1 parent e129923 commit 9a4ac8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions crash.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

while ./src/ci/docker/run.sh arm-android; do :; done
2 changes: 1 addition & 1 deletion src/ci/docker/arm-android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV TARGETS=arm-linux-androideabi

ENV RUST_CONFIGURE_ARGS --arm-linux-androideabi-ndk=/android/ndk/arm-14

ENV SCRIPT python2.7 ../x.py test --target $TARGETS
ENV SCRIPT python2.7 ../x.py test --target $TARGETS src/liballoc

COPY scripts/sccache.sh /scripts/
RUN sh /scripts/sccache.sh
Expand Down

0 comments on commit 9a4ac8b

Please sign in to comment.