We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614199a commit 4d7fa24Copy full SHA for 4d7fa24
ci/run.sh
@@ -41,7 +41,11 @@ if [ "$QEMU" != "" ]; then
41
42
# Do the standard rigamarole of cross-compiling an executable and then the
43
# script to run just executes the binary.
44
- cargo build --manifest-path libc-test/Cargo.toml --target $TARGET --tests
+ cargo build \
45
+ --manifest-path libc-test/Cargo.toml \
46
+ --target $TARGET \
47
+ --test main
48
+ rm $CARGO_TARGET_DIR/$TARGET/debug/main-*.d
49
cp $CARGO_TARGET_DIR/$TARGET/debug/main-* $tmpdir/mount/libc-test
50
echo 'exec $1/libc-test' > $tmpdir/mount/run.sh
51
0 commit comments