Compare commits

..

1 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
+1
View File
@@ -50,6 +50,7 @@ tar -xzf %{SOURCE1} -C libs/hbb_common --strip-components=1
%build
ulimit -s 32768
export RUST_MIN_STACK=16777216
cargo build --release
%install