diff options
author | Tomas Popela <tpopela@redhat.com> | 2020-11-09 08:24:23 +0100 |
---|---|---|
committer | Tomas Popela <tpopela@redhat.com> | 2020-11-09 08:24:23 +0100 |
commit | 38402af519b3d4de1debf0202283c7d567cd6229 (patch) | |
tree | f1d7491a24ca6fa9847f05c70062c7a9d59fcd35 | |
parent | Re-enable s390x buils by backporting a change from Thunderbird (diff) | |
download | librewolf-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
-rw-r--r-- | firefox.spec | 4 |
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 |