From 578690ac4451fefbec89519a0119bdae83dd12f5 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 12 Aug 2024 13:22:55 +0200 Subject: [PATCH] Exclude aarch64 due to build failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /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 --- firefox.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firefox.spec b/firefox.spec index 5832102..2aeb0f9 100644 --- a/firefox.spec +++ b/firefox.spec @@ -130,6 +130,11 @@ Release: 3%{?dist} URL: https://www.mozilla.org/firefox/ 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 ExcludeArch: %{ix86} %endif