From af44804e75a36d305d3b7ba2cae198e4deb9c2e9 Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Mon, 23 Oct 2023 06:34:14 +0000 Subject: [PATCH] Disable test for loongarch64 --- git.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/git.spec b/git.spec index b9865a4..e830e6f 100644 --- a/git.spec +++ b/git.spec @@ -1,7 +1,11 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without docs +%ifarch loongarch64 +%bcond_with tests +%else %bcond_without tests +%endif %bcond_with linkcheck %bcond_without asciidoctor %bcond_with cvs @@ -680,6 +684,9 @@ rmdir --ignore-fail-on-non-empty "$testdir" %changelog +* Mon Oct 23 2023 Jingyun Hua - 2.40.1-2 +- Disable test for loongarch64 + * Wed Apr 26 2023 Funda Wang - 2.40.1-1 - New version 2.40.1 -- Gitee