Add --no-verify for esp-riscv-rt to xtask publish (#2570)

This commit is contained in:
Jesse Braham 2024-11-20 02:44:24 -08:00 committed by GitHub
parent bdfec3781f
commit 3c1aba5088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -796,7 +796,7 @@ fn publish(workspace: &Path, args: PublishArgs) -> Result<()> {
} }
EspBacktrace | EspHal | EspHalEmbassy | EspIeee802154 | EspLpHal | EspPrintln EspBacktrace | EspHal | EspHalEmbassy | EspIeee802154 | EspLpHal | EspPrintln
| EspStorage | EspWifi | XtensaLxRt => vec!["--no-verify"], | EspRiscvRt | EspStorage | EspWifi | XtensaLxRt => vec!["--no-verify"],
_ => vec![], _ => vec![],
}; };