summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-09-18 17:20:26 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-09-18 17:33:14 -0700
commit2536b35aa8801082e51c96f950c75963f0f6bfd8 (patch)
tree846718696f33279895d4570c58206487c62b976f /ci
parentbabf390fcfa42e1cd8c1767d01337daf2b3eb7d3 (diff)
downloadrust-libc-2536b35aa8801082e51c96f950c75963f0f6bfd8.tar.gz
OK, apparently MIPS can run now?
Diffstat (limited to 'ci')
-rw-r--r--ci/run.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 22146f2875..04e49cacc3 100644
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -16,9 +16,7 @@ if [ "$TARGET" = "arm-linux-androideabi" ]; then
elif [ "$TARGET" = "arm-unknown-linux-gnueabihf" ]; then
qemu-arm -L /usr/arm-linux-gnueabihf libc-test/target/$TARGET/debug/libc-test
elif [ "$TARGET" = "mips-unknown-linux-gnu" ]; then
- # FIXME: this segfaults on travis, passes locally?
qemu-mips -L /usr/mips-linux-gnu libc-test/target/$TARGET/debug/libc-test
- echo skip
elif [ "$TARGET" = "aarch64-unknown-linux-gnu" ]; then
qemu-aarch64 -L /usr/aarch64-linux-gnu/ libc-test/target/$TARGET/debug/libc-test
else