Increase stack size so compile on EL8 could be successful
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user