From c8dce34a3ea8bbf5b9af2c1e78de8dc5a41d3e12 Mon Sep 17 00:00:00 2001 From: jikai Date: Mon, 29 Jul 2024 08:54:19 +0000 Subject: [PATCH] disable tests while building lxc Signed-off-by: jikai (cherry picked from commit af03eaa7c667f92bec0bcbc01d5da09304eff5bc) --- lxc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lxc.spec b/lxc.spec index 761d594..6bdfc7d 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,4 +1,4 @@ -%global _release 14 +%global _release 15 %bcond isulad 1 Name: lxc @@ -88,7 +88,7 @@ This package contains documentation for lxc for creating containers. %ifarch riscv64 export LDFLAGS="%{build_ldflags} -latomic -pthread" %endif -meson setup -Dtests=true \ +meson setup \ %{?with_isulad:-Disulad=true} \ %{!?with_isulad:-Disulad=false} \ %if "%{?toolchain}" == "clang" @@ -214,6 +214,12 @@ meson test -C build %endif %changelog +* Mon Jul 29 2024 jikai - 5.0.2-15 +- Type: bugfix +- ID:NA +- SUG:NA +- DESC: disable tests while building lxc + * Mon Mar 11 2024 jchzhou - 5.0.2-14 - Type: bugfix - ID:NA -- Gitee