summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-07-10 17:13:18 +0200
committerMartin Stransky <stransky@redhat.com>2019-07-10 17:13:18 +0200
commit05aebe5690ca0b42786f4ea79305ce07dc01eb01 (patch)
treec38b5c460d67082b9051b2fb1a3ebdafc1532c5d
parentMerge branch 'master' into f30 (diff)
parentTemporary disable aarch64/ppc64le (diff)
downloadlibrewolf-fedora-ff-05aebe5690ca0b42786f4ea79305ce07dc01eb01.tar.gz
librewolf-fedora-ff-05aebe5690ca0b42786f4ea79305ce07dc01eb01.tar.bz2
librewolf-fedora-ff-05aebe5690ca0b42786f4ea79305ce07dc01eb01.zip
Merge branch 'master' into f30
-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