[arvados] updated: 2.7.0-4951-g7a26b8b5d6
git repository hosting
git at public.arvados.org
Fri Sep 29 22:49:11 UTC 2023
Summary of changes:
build/package-test-dockerfiles/rocky8/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7a26b8b5d6691e51647dda8a1c4a73abf3b3c097 (commit)
from e5ac7f35c6fcc3c0db6dbc60e84ce7147bb85cce (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 7a26b8b5d6691e51647dda8a1c4a73abf3b3c097
Author: Brett Smith <brett.smith at curii.com>
Date: Fri Sep 29 18:48:41 2023 -0400
21028: Build Ruby from source on rocky8
Same rationale as fe8da34676be7c6fbb1042fcfcabee19bfa424d0.
Refs #21028.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
diff --git a/build/package-test-dockerfiles/rocky8/Dockerfile b/build/package-test-dockerfiles/rocky8/Dockerfile
index aba9ae5e94..809f3626ca 100644
--- a/build/package-test-dockerfiles/rocky8/Dockerfile
+++ b/build/package-test-dockerfiles/rocky8/Dockerfile
@@ -41,7 +41,7 @@ RUN touch /var/lib/rpm/* && \
gpg --import --no-tty /tmp/mpapis.asc && \
gpg --import --no-tty /tmp/pkuczynski.asc && \
curl -L https://get.rvm.io | bash -s stable && \
- /usr/local/rvm/bin/rvm install 2.7 -j $(grep -c processor /proc/cpuinfo) && \
+ /usr/local/rvm/bin/rvm install --disable-binary 2.7 -j $(grep -c processor /proc/cpuinfo) && \
/usr/local/rvm/bin/rvm alias create default ruby-2.7 && \
/usr/local/rvm/bin/rvm-exec default gem install bundler --version 2.2.19
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list