From 32e15b11069d429183b63262f88132f11f1dbc4e Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Thu, 19 Mar 2026 11:27:02 +0100 Subject: [PATCH] deb: ignore linux-riscv test --- src/deb/mod.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/deb/mod.rs b/src/deb/mod.rs index b17ead2..94f46c1 100644 --- a/src/deb/mod.rs +++ b/src/deb/mod.rs @@ -344,6 +344,10 @@ mod tests { /// It is important to ensure that pkh can cross-compile linux-riscv, as /// for risc-v hardware is still rare and cross-compilation is necessary /// to debug and test + /// NOTE: Ideally, we want to run this in CI, but it takes more than 1h + /// to fully build the linux-riscv package on an amd64 builder, which is too + /// much time + #[ignore] #[tokio::test] #[test_log::test] #[cfg(target_arch = "x86_64")]