From bdcc78c5944b1cfa14f7d92276cc0658f415e60c Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 14 Apr 2020 22:21:42 -0600 Subject: Compile statically linked ruby --- config/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/install.sh b/config/install.sh index 88f56aa..eadeca6 100644 --- a/config/install.sh +++ b/config/install.sh @@ -13,12 +13,11 @@ wget https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.1.tar.gz tar -xf ruby-2.7.1.tar.gz cd ruby-2.7.1 -./configure +./configure --disable-install-doc --disable-install-rdoc --disable-install-capi --disable-dln --with-static-linked-ext --without-valgrind --disable-jit-support make -j"$(nproc)" make install cd /root rm -fr ruby-2.7.1* - gem update --system gem install bundler -v '~> 2.0' echo "Done" -- cgit v1.2.3