diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-16 18:16:59 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-16 18:16:59 +0100 |
commit | 6ed69e29beb8eb54aba65413e977ef9cacc39d4c (patch) | |
tree | c38ecd6e47eabe50376f7ba78b7131c12a0c5ac1 | |
parent | Disabled LTO due to massive test failures (diff) | |
download | librewolf-fedora-ff-6ed69e29beb8eb54aba65413e977ef9cacc39d4c.tar.gz librewolf-fedora-ff-6ed69e29beb8eb54aba65413e977ef9cacc39d4c.tar.bz2 librewolf-fedora-ff-6ed69e29beb8eb54aba65413e977ef9cacc39d4c.zip |
Build with tests enabled
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index d58a0c7..dbfb05c 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 0 +%global run_firefox_tests 1 %global test_offscreen 1 %global test_on_wayland 0 %global create_debuginfo 1 @@ -991,6 +991,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Dec 16 2020 Martin Stransky <stransky@redhat.com> - 84.0-5 +- Build with tests enabled + * Wed Dec 16 2020 Martin Stransky <stransky@redhat.com> - 84.0-4 - Disabled LTO due to massive test failures |