diff options
author | Martin Stransky <stransky@redhat.com> | 2021-03-03 15:02:45 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-03-03 15:02:45 +0100 |
commit | c9b8b418a1bb362c3ecf0a72ba6fd07879a0635f (patch) | |
tree | e9f50d107cec0681b764e50d06f206ebec137e84 /firefox.spec | |
parent | Added fix for mozbz#1694670 - merge (diff) | |
parent | Merge branch 'main' into f33 (diff) | |
download | librewolf-fedora-ff-c9b8b418a1bb362c3ecf0a72ba6fd07879a0635f.tar.gz librewolf-fedora-ff-c9b8b418a1bb362c3ecf0a72ba6fd07879a0635f.tar.bz2 librewolf-fedora-ff-c9b8b418a1bb362c3ecf0a72ba6fd07879a0635f.zip |
Merge branch 'f33' into rawhide
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 83aae82..f2adb85 100644 --- a/firefox.spec +++ b/firefox.spec @@ -4,7 +4,10 @@ # Run Mozilla test suite as a part of compile rpm section. Turn off when # building locally and don't want to spend 24 hours waiting for results. +%global run_firefox_tests 0 +%ifarch x86_64 %{ix86} %global run_firefox_tests 1 +%endif # Don't create debuginfo rpm packages. It reduces build time as # exctracting debuginfo takes long time. |