Skip to content

Commit 6258b8e

Browse files
mraerinogmacd
authored andcommitted
Remove obsolete test flag
1 parent 21a04ba commit 6258b8e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

xtask/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ fn test(build_params: &BuildParams) -> Result<()> {
398398
cmd.arg("test");
399399
cmd.arg("--workspace");
400400
cmd.arg("--target").arg("x86_64-unknown-linux-gnu");
401-
cmd.arg("--config").arg("build.rustflags='--cfg platform=\"virt\"'");
402401
build_params.add_build_arg(&mut cmd);
403402
if build_params.verbose {
404403
println!("Executing {cmd:?}");

0 commit comments

Comments
 (0)