diff --git a/bison.changes b/bison.changes index f199fa5..5ab6b24 100644 --- a/bison.changes +++ b/bison.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 9 09:29:12 UTC 2021 - Martin Pluskal + +- Run tests in parallel + ------------------------------------------------------------------- Sun Jan 24 15:35:28 UTC 2021 - Dirk Müller diff --git a/bison.spec b/bison.spec index 5d333f3..3b2b489 100644 --- a/bison.spec +++ b/bison.spec @@ -50,8 +50,7 @@ Bison is a parser generator similar to yacc(1). gl_cv_func_printf_infinite_long_double=yes %if 0%{?do_profiling} %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" - # non-parallel profiling for reproducible results https://bugzilla.opensuse.org/show_bug.cgi?id=1040589 - %make_build --jobs=1 CFLAGS="%{optflags}" check + %make_build CFLAGS="%{optflags}" check %make_build clean %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" %else @@ -59,8 +58,7 @@ Bison is a parser generator similar to yacc(1). %endif %check -# Tests dont work reliably in parallel -%make_build --jobs=1 check +%make_build check %install %make_install