summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2020-11-09 08:24:23 +0100
committerTomas Popela <tpopela@redhat.com>2020-11-09 08:24:23 +0100
commit38402af519b3d4de1debf0202283c7d567cd6229 (patch)
treef1d7491a24ca6fa9847f05c70062c7a9d59fcd35 /firefox.spec
parentRe-enable s390x buils by backporting a change from Thunderbird (diff)
downloadlibrewolf-fedora-ff-38402af519b3d4de1debf0202283c7d567cd6229.tar.gz
librewolf-fedora-ff-38402af519b3d4de1debf0202283c7d567cd6229.tar.bz2
librewolf-fedora-ff-38402af519b3d4de1debf0202283c7d567cd6229.zip
Exclude s390x as it still fails to build
There are still some other problems, see https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351
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 11e5d3a..e2ac7f1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -7,6 +7,10 @@
%global create_debuginfo 1
%global system_nss 1
+# There are still build problems on s390x, see
+# https://koji.fedoraproject.org/koji/taskinfo?taskID=55048351
+ExcludeArch: s390x
+
%ifarch armv7hl
%global create_debuginfo 0
%endif
bgstack15