bump up max files ulimit
1 parent eb5ac0c commit eaf846ab6acbd67240acb20f8170ed2f5f470050
@tundra tundra authored on 2 Apr 2021
Showing 1 changed file
View
2
■■■
makefile
 
# Bootstrapping
 
bootstrap-build:
ulimit -n 65535
@echo "Make sure you have the OS development tools installed!"
sudo yum -y install texinfo
${BREW} install --verbose ${BOOTSTRAP}
# ${BREW} reinstall -s --verbose curl
 
# Full tools set
 
full-build:
ulimit -n 65535
@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
sudo yum -y install autoconf automake patch perl texinfo
${BREW} install -s --verbose ${LANGS}
${BREW} link --verbose python