mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 21:14:26 +08:00
Set ulimit when bootstrapping otp
This commit is contained in:
parent
eccf0eaa69
commit
0b45e3d5a1
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ otp_version=$1
|
||||||
openssl_version=$2
|
openssl_version=$2
|
||||||
target=$3
|
target=$3
|
||||||
|
|
||||||
|
ulimit -n 65535
|
||||||
|
|
||||||
# Common build flags
|
# Common build flags
|
||||||
export MAKEFLAGS=-j8
|
export MAKEFLAGS=-j8
|
||||||
cflags="-Os -fno-common -mmacosx-version-min=11.0"
|
cflags="-Os -fno-common -mmacosx-version-min=11.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue