[ARVADOS] updated: 1.3.0-2972-g821c72733
Git user
git at public.arvados.org
Tue Nov 10 15:46:54 UTC 2020
Summary of changes:
lib/install/deps.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 821c7273388a56ad5ae9b89a0cf2f351388e8b61 (commit)
from da7a2e35f1c53a64a360c66db0c260a9ab2190f2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 821c7273388a56ad5ae9b89a0cf2f351388e8b61
Author: Ward Vandewege <ward at curii.com>
Date: Tue Nov 10 10:46:18 2020 -0500
16306: switch to shared ruby libraries.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/lib/install/deps.go b/lib/install/deps.go
index 3ff23d6e9..38f9e888d 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -201,7 +201,7 @@ tmp=/var/lib/arvados/tmp/ruby-`+rubyversion+`
trap "rm -r ${tmp}" ERR
wget --progress=dot:giga -O- https://cache.ruby-lang.org/pub/ruby/2.5/ruby-`+rubyversion+`.tar.gz | tar -C /var/lib/arvados/tmp -xzf -
cd ${tmp}
-./configure --disable-install-doc --prefix /var/lib/arvados
+./configure --disable-install-static-library --enable-shared --disable-install-doc --prefix /var/lib/arvados
make -j8
make install
/var/lib/arvados/bin/gem install bundler --no-ri --no-rdoc
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list