From 96e0061c8369180f3ca87f896d83a53e90e4e2d1 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Sat, 30 Jan 2021 15:20:47 +0100 Subject: ARM / Rawhide PGO updates to produce rahide build --- firefox.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 6e13020..4defa6e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -25,6 +25,12 @@ # https://bugzilla.redhat.com/show_bug.cgi?id=1897522 ExcludeArch: s390x +# Exclude ARM due to +# https://bugzilla.redhat.com/show_bug.cgi?id=1922599 +%if 0%{?fedora} > 33 +ExcludeArch: armv7hl +%endif + # Temporary disable tests on Rawhide/arm/i686 due to failures %if 0%{?fedora} > 33 %ifarch armv7hl @@ -76,6 +82,11 @@ ExcludeArch: s390x %global build_with_pgo 1 %endif %endif +# Disable PGO on Rawhide due to +# https://bugzilla.redhat.com/show_bug.cgi?id=1922600 +%if 0%{?fedora} > 33 +%global build_with_pgo 0 +%endif %if 0%{?flatpak} %global build_with_pgo 0 %endif -- cgit