From f9c8b320c285fc86cf44c05a6c0391b93bd17b28 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 21 Sep 2021 07:03:49 -0500 Subject: Temporarily turn off selftests which are failing to build on ppc Signed-off-by: Justin M. Forbes --- kernel.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel.spec b/kernel.spec index 708d889d2..11d8b0e8e 100755 --- a/kernel.spec +++ b/kernel.spec @@ -394,6 +394,8 @@ Summary: The Linux kernel # sparse blows up on ppc %ifnarch ppc64le %define with_sparse 0 +# Temporarily turn off selftests as they are failing to build on ppc +%define with_selftests 0 %endif # zfcpdump mechanism is s390 only -- cgit