From 29dba043de83bde672f8b569aaf40c873ea8bdc3 Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Sat, 21 Oct 2023 08:16:02 +0000 Subject: [PATCH] Disable test for loongarch64 --- subversion.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index 620652c..38ed0a2 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,6 +1,10 @@ -%define anolis_release 2 +%define anolis_release 3 # Disable to avoid all the test suites +%ifnarch loongarch64 %bcond_without tests +%else +%bcond_with tests +%endif # Disable automatic .la file removal %global __brp_remove_la_files %nil @@ -520,6 +524,9 @@ make check-javahl %endif %changelog +* Sat Oct 21 2023 Jingyun Hua - 1.14.2-3 +- Disable test for loongarch64 + * Fri Feb 3 2023 Funda Wang - 1.14.2-2 - Rebuild for new perl -- Gitee