From 6bd5ad9d4e7ce2c32d15b2e1084f45d838e9f0dcaebb32aa6f099d1116241506 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 1 Nov 2023 07:23:38 +0000 Subject: [PATCH] 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 --- ocaml-rpm-macros.changes | 5 +++++ ocaml-rpm-macros.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ocaml-rpm-macros.changes b/ocaml-rpm-macros.changes index 30c39f3..ae28d1e 100644 --- a/ocaml-rpm-macros.changes +++ b/ocaml-rpm-macros.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 31 21:44:55 UTC 2023 - Aaron Puchert + +- Increase stack size limit for riscv64 like for ppc64(le). + ------------------------------------------------------------------- Sun Jan 29 08:34:55 UTC 2023 - Bernhard Wiedemann diff --git a/ocaml-rpm-macros.spec b/ocaml-rpm-macros.spec index a10e088..a67caba 100644 --- a/ocaml-rpm-macros.spec +++ b/ocaml-rpm-macros.spec @@ -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}" ;\