diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-15 12:14:17 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-15 12:14:17 +0100 |
commit | c61a7166c631938fe976f4e48813aa8cf13271a2 (patch) | |
tree | 68a6e9be6441b079e2b9acf6d95486c8e6bdab08 /firefox.spec | |
parent | Remove MOZ_ENABLE_WAYLAND=0 as it run Firefox on Wayland (diff) | |
download | librewolf-fedora-ff-c61a7166c631938fe976f4e48813aa8cf13271a2.tar.gz librewolf-fedora-ff-c61a7166c631938fe976f4e48813aa8cf13271a2.tar.bz2 librewolf-fedora-ff-c61a7166c631938fe976f4e48813aa8cf13271a2.zip |
Disabled tests, mock build fixes
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 8a917d1..124f527 100644 --- a/firefox.spec +++ b/firefox.spec @@ -3,7 +3,7 @@ %global debug_build 0 %global build_with_clang 0 %global build_with_asan 0 -%global run_firefox_tests 1 +%global run_firefox_tests 0 %global test_offscreen 1 %global test_on_wayland 0 %global create_debuginfo 1 |