only check-build the dummy xargo project

This commit is contained in:
Ralf Jung 2020-07-29 18:21:32 +02:00
parent abe55c2b5b
commit 797436cefb

View File

@ -338,7 +338,7 @@ fn setup(subcommand: MiriCommand) {
let target = target.as_ref().unwrap_or(&host);
// Now invoke xargo.
let mut command = xargo_check();
command.arg("build").arg("-q");
command.arg("check").arg("-q");
command.arg("--target").arg(target);
command.current_dir(&dir);
command.env("XARGO_HOME", &dir);