[arvados] updated: 2.7.1-35-g2ac912b723
git repository hosting
git at public.arvados.org
Thu Mar 21 19:10:01 UTC 2024
Summary of changes:
lib/install/deps.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 2ac912b723827642e3ae6778cc16aeffa004075f (commit)
from 31666ce2817aa5d9c02d13d6f6ce2fe7296f014e (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 2ac912b723827642e3ae6778cc16aeffa004075f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Mar 21 15:09:36 2024 -0400
Use bundlerversion in ruby install recipe, refs #21463
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/lib/install/deps.go b/lib/install/deps.go
index 0c2709af87..b4196067b7 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -307,7 +307,7 @@ cd "${tmp}/ruby-`+rubyversion+`"
./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 -v 2.4.22 --no-document
+/var/lib/arvados/bin/gem install bundler -v `+bundlerversion+` --no-document
`, stdout, stderr)
if err != nil {
return 1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list