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
|
%build
|
||||||
ulimit -s 32768
|
ulimit -s 32768
|
||||||
|
export RUST_MIN_STACK=16777216
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|||||||
Reference in New Issue
Block a user