Skip to content

Commit d204423

Browse files
committed
Remove caching and fix FreeBSD tests
1 parent e102a72 commit d204423

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ matrix:
9494
# QEMU based targets that compile in an emulator
9595
- env: TARGET=x86_64-unknown-freebsd
9696

97-
cache: cargo
98-
9997
notifications:
10098
email:
10199
on_success: never

ci/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ if [ "$QEMU" != "" ]; then
4141

4242
# Do the standard rigamarole of cross-compiling an executable and then the
4343
# script to run just executes the binary.
44-
cargo build --manifest-path libc-test/Cargo.toml --target $TARGET
45-
cp $CARGO_TARGET_DIR/$TARGET/debug/libc-test $tmpdir/mount/
44+
cargo build --manifest-path libc-test/Cargo.toml --target $TARGET --tests
45+
cp $CARGO_TARGET_DIR/$TARGET/debug/main-* $tmpdir/mount/libc-test
4646
echo 'exec $1/libc-test' > $tmpdir/mount/run.sh
4747

4848
du -sh $tmpdir/mount

0 commit comments

Comments
 (0)