Add --no-verify for esp-riscv-rt to xtask publish (#2570)
This commit is contained in:
parent
bdfec3781f
commit
3c1aba5088
@ -796,7 +796,7 @@ fn publish(workspace: &Path, args: PublishArgs) -> Result<()> {
|
||||
}
|
||||
|
||||
EspBacktrace | EspHal | EspHalEmbassy | EspIeee802154 | EspLpHal | EspPrintln
|
||||
| EspStorage | EspWifi | XtensaLxRt => vec!["--no-verify"],
|
||||
| EspRiscvRt | EspStorage | EspWifi | XtensaLxRt => vec!["--no-verify"],
|
||||
|
||||
_ => vec![],
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user