limit nProcs and nData
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-parmap?expand=0&rev=40
This commit is contained in:
parent
4dfa32070c
commit
8fd64277eb
@ -67,9 +67,11 @@ dune_release_pkgs='parmap'
|
||||
|
||||
%check
|
||||
OCAML_DUNE_RUNTEST_ARGS="-j 1"
|
||||
%ifarch %ix86
|
||||
%ifarch %ix86 %arm
|
||||
dune_test_tolerate_fail='dune_test_tolerate_fail Array.make'
|
||||
%endif
|
||||
export nData=$((1000 * 10))
|
||||
export nProcs=2
|
||||
%ocaml_dune_test
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Loading…
Reference in New Issue
Block a user