From 3c1aba50883f6b9df638ffb6ca59350f11ea6f7b Mon Sep 17 00:00:00 2001 From: Jesse Braham Date: Wed, 20 Nov 2024 02:44:24 -0800 Subject: [PATCH] Add `--no-verify` for `esp-riscv-rt` to `xtask publish` (#2570) --- xtask/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/src/main.rs b/xtask/src/main.rs index d2d7c835a..aabeb63c4 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -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![], };