Auto merge of #757 - alexcrichton:no-cache, r=alexcrichton
Remove caching and fix FreeBSD tests
This commit is contained in:
commit
db2c565a4a
@ -94,8 +94,6 @@ matrix:
|
|||||||
# QEMU based targets that compile in an emulator
|
# QEMU based targets that compile in an emulator
|
||||||
- env: TARGET=x86_64-unknown-freebsd
|
- env: TARGET=x86_64-unknown-freebsd
|
||||||
|
|
||||||
cache: cargo
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
@ -41,8 +41,8 @@ if [ "$QEMU" != "" ]; then
|
|||||||
|
|
||||||
# Do the standard rigamarole of cross-compiling an executable and then the
|
# Do the standard rigamarole of cross-compiling an executable and then the
|
||||||
# script to run just executes the binary.
|
# script to run just executes the binary.
|
||||||
cargo build --manifest-path libc-test/Cargo.toml --target $TARGET
|
cargo build --manifest-path libc-test/Cargo.toml --target $TARGET --tests
|
||||||
cp $CARGO_TARGET_DIR/$TARGET/debug/libc-test $tmpdir/mount/
|
cp $CARGO_TARGET_DIR/$TARGET/debug/main-* $tmpdir/mount/libc-test
|
||||||
echo 'exec $1/libc-test' > $tmpdir/mount/run.sh
|
echo 'exec $1/libc-test' > $tmpdir/mount/run.sh
|
||||||
|
|
||||||
du -sh $tmpdir/mount
|
du -sh $tmpdir/mount
|
||||||
|
Loading…
Reference in New Issue
Block a user