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