summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-30 15:21:26 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-30 15:21:26 +0100
commitd0cb142ca3f7bcbb9a7a5c689a4815b8aa026232 (patch)
treee6899a4f2672bf170bb688cdceeb90532c96d6cf /firefox.spec
parentMerge branch 'master' into f33 (diff)
parentARM / Rawhide PGO updates to produce rahide build (diff)
downloadlibrewolf-fedora-ff-d0cb142ca3f7bcbb9a7a5c689a4815b8aa026232.tar.gz
librewolf-fedora-ff-d0cb142ca3f7bcbb9a7a5c689a4815b8aa026232.tar.bz2
librewolf-fedora-ff-d0cb142ca3f7bcbb9a7a5c689a4815b8aa026232.zip
Merge branch 'master' into f33
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 11 insertions, 0 deletions
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
bgstack15