Accepting request 1121507 from home:aaronpuchert:branches:devel:languages:ocaml
- Increase stack size limit for riscv64 like for ppc64(le). OBS-URL: https://build.opensuse.org/request/show/1121507 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-rpm-macros?expand=0&rev=81
This commit is contained in:
parent
e77390ff55
commit
6bd5ad9d4e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 21:44:55 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Increase stack size limit for riscv64 like for ppc64(le).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 29 08:34:55 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
|
@ -421,7 +421,7 @@ ocaml setup.ml -configure \\\
|
||||
ocaml setup.ml -test
|
||||
#
|
||||
%%ocaml_dune_setup \
|
||||
%ifarch ppc64 ppc64le
|
||||
%ifarch ppc64 ppc64le riscv64
|
||||
ulimit -s $((1024 * 64)) ; \
|
||||
%endif
|
||||
%if 0
|
||||
@ -475,7 +475,7 @@ ocaml setup.ml -configure \\\
|
||||
'@install' \\\
|
||||
$OCAML_DUNE_BUILD_INSTALL_ARGS
|
||||
%%ocaml_dune_install \
|
||||
%ifarch ppc64 ppc64le
|
||||
%ifarch ppc64 ppc64le riscv64
|
||||
ulimit -s $((1024 * 64)) ; \
|
||||
%endif
|
||||
if test -z "${_smp_mflags}" ;\
|
||||
|
Loading…
Reference in New Issue
Block a user