From 9031b369f5b31d6ea44573c9539b5bd6aa153cd5 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 24 Oct 2023 11:36:38 -0400 Subject: [PATCH] 20846: Force overwriting old executables during ruby install. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/install/deps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install/deps.go b/lib/install/deps.go index c3751815fd..4a6f54fc34 100644 --- a/lib/install/deps.go +++ b/lib/install/deps.go @@ -306,7 +306,7 @@ wget --progress=dot:giga -O- https://cache.ruby-lang.org/pub/ruby/`+rubymajorver cd "${tmp}/ruby-`+rubyversion+`" ./configure --disable-install-static-library --enable-shared --disable-install-doc --prefix /var/lib/arvados make -j8 -make install +make install <(yes || true) /var/lib/arvados/bin/gem update --no-document --system 3.4.21 /var/lib/arvados/bin/gem install bundler --no-document `, stdout, stderr) -- 2.30.2