remove yum actions since we now build with ubuntu
1 parent eaf846a commit 3e2574c0c2ba2bb2e264d527cc5c7dce1276c001
@tundra tundra authored on 1 May 2021
Showing 1 changed file
View
4
makefile
 
bootstrap-build:
ulimit -n 65535
@echo "Make sure you have the OS development tools installed!"
sudo yum -y install texinfo
# sudo yum -y install texinfo
${BREW} install --verbose ${BOOTSTRAP}
# ${BREW} reinstall -s --verbose curl
 
 
 
full-build:
ulimit -n 65535
@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
sudo yum -y install autoconf automake patch perl texinfo
# sudo yum -y install autoconf automake patch perl texinfo
${BREW} install -s --verbose ${LANGS}
${BREW} link --verbose python
ln -nfs ${TOOLSDIR}/bin/python3 ${TOOLSDIR}/bin/python
ln -nfs ${TOOLSDIR}/bin/pip3 ${TOOLSDIR}/bin/pip