File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ matrix:
94
94
# QEMU based targets that compile in an emulator
95
95
- env : TARGET=x86_64-unknown-freebsd
96
96
97
- cache : cargo
98
-
99
97
notifications :
100
98
email :
101
99
on_success : never
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ if [ "$QEMU" != "" ]; then
41
41
42
42
# Do the standard rigamarole of cross-compiling an executable and then the
43
43
# 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
46
46
echo ' exec $1/libc-test' > $tmpdir /mount/run.sh
47
47
48
48
du -sh $tmpdir /mount
You can’t perform that action at this time.
0 commit comments