summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-07-10 17:11:22 +0200
committerMartin Stransky <stransky@redhat.com>2019-07-10 17:11:22 +0200
commit856a33510e156db188a06ea5a38ec3ab9a5a33ba (patch)
treec38b5c460d67082b9051b2fb1a3ebdafc1532c5d /firefox.spec
parentAdded fixes for aarch64 builds. (diff)
downloadlibrewolf-fedora-ff-856a33510e156db188a06ea5a38ec3ab9a5a33ba.tar.gz
librewolf-fedora-ff-856a33510e156db188a06ea5a38ec3ab9a5a33ba.tar.bz2
librewolf-fedora-ff-856a33510e156db188a06ea5a38ec3ab9a5a33ba.zip
Temporary disable aarch64/ppc64le
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 1d4f717..090f2e0 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -6,6 +6,10 @@ ExcludeArch: armv7hl
# Disabled due to https://pagure.io/fedora-infrastructure/issue/7581
ExcludeArch: s390x
+# Temporary disabled
+ExcludeArch: aarch64
+ExcludeArch: ppc64le
+
%global system_nss 1
%global system_ffi 1
# libvpx is too new for Firefox 65
bgstack15