Build kernel-doc and kABI stablelists on x86_64 instead of aarch64
This commit is contained in:
parent
d09f0851d8
commit
a6cb0094fa
@ -180,7 +180,7 @@ actions:
|
||||
%define with_kernel_abi_stablelists 0
|
||||
%endif
|
||||
replace: |
|
||||
%ifnarch aarch64
|
||||
%ifnarch x86_64
|
||||
%define with_kernel_abi_stablelists 0
|
||||
%endif
|
||||
count: 1
|
||||
@ -193,7 +193,7 @@ actions:
|
||||
%endif
|
||||
replace: |
|
||||
# only package docs noarch
|
||||
%ifnarch aarch64
|
||||
%ifnarch x86_64
|
||||
%define with_doc 0
|
||||
%define doc_build_fail true
|
||||
%endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user