deb: ignore linux-riscv test
Some checks failed
CI / build (push) Successful in 8m16s
CI / snap (push) Failing after 7s

This commit is contained in:
2026-03-19 11:27:02 +01:00
parent 7640952bdc
commit 32e15b1106

View File

@@ -344,6 +344,10 @@ mod tests {
/// It is important to ensure that pkh can cross-compile linux-riscv, as /// 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 /// for risc-v hardware is still rare and cross-compilation is necessary
/// to debug and test /// 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] #[tokio::test]
#[test_log::test] #[test_log::test]
#[cfg(target_arch = "x86_64")] #[cfg(target_arch = "x86_64")]