diff options
author | Martin Stransky <stransky@redhat.com> | 2021-03-03 15:01:05 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-03-03 15:01:05 +0100 |
commit | 806d3f55bd0484bef285687bc70f12c7a0b0de8a (patch) | |
tree | 383859d2bd08c2fddb29e4a034a07a38f90745a7 /firefox.spec | |
parent | Run xpcshell tests sequential (diff) | |
download | librewolf-fedora-ff-806d3f55bd0484bef285687bc70f12c7a0b0de8a.tar.gz librewolf-fedora-ff-806d3f55bd0484bef285687bc70f12c7a0b0de8a.tar.bz2 librewolf-fedora-ff-806d3f55bd0484bef285687bc70f12c7a0b0de8a.zip |
Run tests on intel only
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 c6ee5f7..b13de37 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. |