From 39adc85ee595cf125ce65619dd22f5acb454d509 Mon Sep 17 00:00:00 2001 From: winterddd Date: Wed, 29 Oct 2025 11:01:07 +0800 Subject: [PATCH] ignore test results on riscv because of valgrind do not support rva23 Signed-off-by: winterddd --- mpich.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mpich.spec b/mpich.spec index 7801012..11050bb 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Summary: A high-performance implementation of MPI Name: mpich @@ -202,7 +202,7 @@ find %{buildroot} -type f -name "*.la" -delete %check make check VERBOSE=1 \ -%ifarch loongarch64 +%ifarch loongarch64 riscv64 || : %endif # The test results are ignored on ppc64le. The tests started failing @@ -257,6 +257,9 @@ make check VERBOSE=1 \ %{python3_sitearch}/%{name}.pth %changelog +* Wed Oct 29 2025 Ruidong Tian - 4.1.2-3 +- ignore test results on riscv because of valgrind do not support rva23 + * Wed Mar 26 2025 Wenlong Zhang - 4.1.2-2 - ignored the test results on loongarch64 -- Gitee