From 6ed69e29beb8eb54aba65413e977ef9cacc39d4c Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 16 Dec 2020 18:16:59 +0100 Subject: Build with tests enabled --- firefox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 84.0-5 +- Build with tests enabled + * Wed Dec 16 2020 Martin Stransky - 84.0-4 - Disabled LTO due to massive test failures -- cgit