Increase stack size so compile on EL8 could be successful

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-17 13:58:01 -05:00
parent b8e697d745
commit b38f6ff221
+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