Skip to content
Snippets Groups Projects
Commit 2536b35a authored by Alex Crichton's avatar Alex Crichton
Browse files

OK, apparently MIPS can run now?

parent babf390f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment