Exclude aarch64 due to build failure
/builddir/build/BUILD/firefox-128.0/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h:2716:39: error: ‘__NR_fstat’ was not declared in this scope
This commit is contained in:
parent
c49c02a776
commit
578690ac44
@ -130,6 +130,11 @@ Release: 3%{?dist}
|
|||||||
URL: https://www.mozilla.org/firefox/
|
URL: https://www.mozilla.org/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
|
|
||||||
|
# Temporarily exclude aarch64 due to
|
||||||
|
# /builddir/build/BUILD/firefox-128.0/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h:2716:39: error: ‘__NR_fstat’ was not declared in this scope
|
||||||
|
%if 0%{?rhel} >= 10
|
||||||
|
ExcludeArch: aarch64
|
||||||
|
%endif
|
||||||
%if 0%{?rhel} >= 9
|
%if 0%{?rhel} >= 9
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user