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 fb83189 commit 2cdb21eCopy full SHA for 2cdb21e
.travis.yml
@@ -34,7 +34,7 @@ matrix:
34
env: TARGET=arm-unknown-linux-gnueabihf
35
rust: nightly
36
- os: linux
37
- env: TARGET=mips-unknown-linux-gnu
+ env: TARGET=mips-unknown-linux-gnu DOCKER=plhk/ubuntu-cross-mips:latest
38
39
40
env: TARGET=aarch64-unknown-linux-gnu
ci/run.sh
@@ -31,7 +31,7 @@ case "$TARGET" in
31
;;
32
33
mips-unknown-linux-gnu)
- qemu-mips -L /usr/mips-linux-gnu libc-test/target/$TARGET/debug/libc-test
+ qemu-mips -L /usr/mips-linux-gnu /tmp/$TARGET/debug/libc-test
aarch64-unknown-linux-gnu)
0 commit comments