Compare commits

...

2 Commits

Author SHA1 Message Date
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
+1
View File
@@ -49,6 +49,7 @@ rm -rf libs/hbb_common/*
tar -xzf %{SOURCE1} -C libs/hbb_common --strip-components=1
%build
ulimit -s 32768
cargo build --release
%install