mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 03:54:24 +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
|
||||
target=$3
|
||||
|
||||
ulimit -n 65535
|
||||
|
||||
# Common build flags
|
||||
export MAKEFLAGS=-j8
|
||||
cflags="-Os -fno-common -mmacosx-version-min=11.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue