From b9b446cb272e7ebd38dd8eb2ca16c08b2c93da91 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Thu, 17 Feb 2022 22:55:33 +0300 Subject: [PATCH] Temporarily turn off tests for build Signed-off-by: Onuralp SEZER --- maliit-framework.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maliit-framework.spec b/maliit-framework.spec index 876114c..a3db02e 100644 --- a/maliit-framework.spec +++ b/maliit-framework.spec @@ -85,9 +85,10 @@ This package contains tests and examples for %{name}. %prep %autosetup -n framework-%{version} -p1 - +# Temporarily turn off tests for successful build - onuralp %build %cmake -Denable-examples=ON \ + -Denable-tests=OFF \ -Denable-dbus-activation=ON \ -Denable-wayland-gtk=ON