summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-03 15:01:16 +0100
committerMartin Stransky <stransky@redhat.com>2021-03-03 15:01:16 +0100
commit8f2ad85567dc3450ceaf7ea472472afcaf305d13 (patch)
treee7df60b4daeea0616bfbbf0f45cf56cd8f4307a2
parentRemoved test_encrypted_client_hello.js test (diff)
parentRun tests on intel only (diff)
downloadlibrewolf-fedora-ff-8f2ad85567dc3450ceaf7ea472472afcaf305d13.tar.gz
librewolf-fedora-ff-8f2ad85567dc3450ceaf7ea472472afcaf305d13.tar.bz2
librewolf-fedora-ff-8f2ad85567dc3450ceaf7ea472472afcaf305d13.zip
Merge branch 'main' into f33
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 3cb7406..0c9b53a 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.
bgstack15