SHA256
1
0
forked from pool/bison

- Do not run any tests in parallel - this caused random failures

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=69
This commit is contained in:
Martin Pluskal 2019-05-28 11:09:24 +00:00 committed by Git OBS Bridge
parent 9b3b984d2b
commit 04ecde5bfc
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Tue May 28 08:43:17 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 3.4.1
* Multiple changes, mostly bugfixes - see provided NEWS for
details
- Do not run any tests in parallel - this caused random failures
-------------------------------------------------------------------
Sat Feb 16 06:45:57 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -63,6 +63,7 @@ Bison is a parser generator similar to yacc(1).
%endif
%check
# Tests dont work reliably in parallel
make --jobs=1 check
%install