Build kernel-doc and kABI stablelists on x86_64 instead of aarch64
This commit is contained in:
parent
8202b5cf93
commit
4e3eb5efbf
@ -154,7 +154,7 @@ actions:
|
||||
%define with_kernel_abi_stablelists 0
|
||||
%endif
|
||||
replace: |
|
||||
%ifnarch aarch64
|
||||
%ifnarch x86_64
|
||||
%define with_kernel_abi_stablelists 0
|
||||
%endif
|
||||
count: 1
|
||||
@ -167,7 +167,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