install ruby with jemalloc
This commit is contained in:
parent
a968e40cdd
commit
0008f31acd
|
@ -162,7 +162,8 @@ if [[ "$@" == *"--install-passenger"* ]];then
|
|||
sudo chown $USER:$USER $HOME -R
|
||||
rvm user gemsets
|
||||
sudo chown $USER:$USER /usr/share/rvm -R
|
||||
rvm install 2.7.6 --with-openssl-dir="$openssl_dir"
|
||||
sudo apt install libjemalloc-dev
|
||||
rvm install 2.7.6 --with-openssl-dir="$openssl_dir" -C --with-jemalloc
|
||||
curl -sSL https://rvm.io/mpapis.asc | sudo gpg --import -
|
||||
curl -sSL https://rvm.io/pkuczynski.asc | sudo gpg --import -
|
||||
rvmsudo rvm get stable && rvm reload && rvmsudo rvm repair all
|
||||
|
|
Loading…
Reference in New Issue