From 2536b35aa8801082e51c96f950c75963f0f6bfd8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 18 Sep 2015 17:20:26 -0700 Subject: OK, apparently MIPS can run now? --- ci/run.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'ci/run.sh') 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 -- cgit v1.2.1