Enable mozilla crashreporter on intel only
This commit is contained in:
parent
bf21f007a5
commit
b7c36a753b
@ -9,6 +9,12 @@ ExcludeArch: armv7hl
|
|||||||
# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
|
# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
|
||||||
ExcludeArch: s390x
|
ExcludeArch: s390x
|
||||||
|
|
||||||
|
%ifarch x86_64 %{ix86}
|
||||||
|
%global enable_mozilla_crashreporter 1
|
||||||
|
%else
|
||||||
|
%global enable_mozilla_crashreporter 0
|
||||||
|
%endif
|
||||||
|
|
||||||
%global system_nss 1
|
%global system_nss 1
|
||||||
%global system_ffi 1
|
%global system_ffi 1
|
||||||
%global system_libvpx 0
|
%global system_libvpx 0
|
||||||
@ -76,8 +82,6 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
%bcond_without langpacks
|
%bcond_without langpacks
|
||||||
|
|
||||||
%global enable_mozilla_crashreporter 1
|
|
||||||
|
|
||||||
%if !%{release_build}
|
%if !%{release_build}
|
||||||
%global pre_tag .npgo
|
%global pre_tag .npgo
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user