diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-09-21 07:03:49 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-09-21 07:03:49 -0500 |
commit | f9c8b320c285fc86cf44c05a6c0391b93bd17b28 (patch) | |
tree | 32a3a8374c74f70c1225b11ea1e151b85e702b74 | |
parent | 55df632eeefe70708d43252d76cdb8e61d7f7072 (diff) | |
download | kernel-f9c8b320c285fc86cf44c05a6c0391b93bd17b28.tar.gz kernel-f9c8b320c285fc86cf44c05a6c0391b93bd17b28.tar.xz kernel-f9c8b320c285fc86cf44c05a6c0391b93bd17b28.zip |
Temporarily turn off selftests which are failing to build on ppc
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rwxr-xr-x | kernel.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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 |