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

Remove caching and fix FreeBSD tests

parent e102a726
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,6 @@ matrix:
# QEMU based targets that compile in an emulator
- env: TARGET=x86_64-unknown-freebsd
cache: cargo
notifications:
email:
on_success: never
......
......@@ -41,8 +41,8 @@ if [ "$QEMU" != "" ]; then
# Do the standard rigamarole of cross-compiling an executable and then the
# script to run just executes the binary.
cargo build --manifest-path libc-test/Cargo.toml --target $TARGET
cp $CARGO_TARGET_DIR/$TARGET/debug/libc-test $tmpdir/mount/
cargo build --manifest-path libc-test/Cargo.toml --target $TARGET --tests
cp $CARGO_TARGET_DIR/$TARGET/debug/main-* $tmpdir/mount/libc-test
echo 'exec $1/libc-test' > $tmpdir/mount/run.sh
du -sh $tmpdir/mount
......
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