Compare commits

...

3 Commits

Author SHA1 Message Date
jmrothst b38f6ff221 Increase stack size so compile on EL8 could be successful
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-05-17 13:58:01 -05:00
jmrothst b8e697d745 Increase stack limit to prevent SIGSEGV
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-05-14 18:21:27 -05:00
jmrothst db3c5ad02f Increased stack size during build and force 1 parallelism
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-05-12 18:57:15 -05:00
+2
View File
@@ -49,6 +49,8 @@ rm -rf libs/hbb_common/*
tar -xzf %{SOURCE1} -C libs/hbb_common --strip-components=1
%build
ulimit -s 32768
export RUST_MIN_STACK=16777216
cargo build --release
%install