add --with-jemalloc
This commit is contained in:
parent
076e7cc688
commit
279efe457a
|
@ -355,9 +355,9 @@ fi
|
||||||
source "/etc/profile.d/rvm.sh"
|
source "/etc/profile.d/rvm.sh"
|
||||||
# install ruby 2.7.6
|
# install ruby 2.7.6
|
||||||
if [[ -z "$openssl_dir" ]]; then
|
if [[ -z "$openssl_dir" ]]; then
|
||||||
rvm install 2.7.6
|
rvm install 2.7.6 --with-jemalloc
|
||||||
else
|
else
|
||||||
rvm install 2.7.6 --with-openssl-dir="$openssl_dir"
|
rvm install 2.7.6 --with-openssl-dir="$openssl_dir" --with-jemalloc
|
||||||
fi
|
fi
|
||||||
rvm --default use 2.7.6
|
rvm --default use 2.7.6
|
||||||
gem install bundler -v 2.1.4
|
gem install bundler -v 2.1.4
|
||||||
|
|
Loading…
Reference in New Issue