[arvados] updated: 2.7.0-6200-gd9767bb060

git repository hosting git at public.arvados.org
Fri Mar 15 16:01:44 UTC 2024


Summary of changes:
 build/run-tests.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

       via  d9767bb060224fdf932ce68f56565127b752ab09 (commit)
      from  9e19b42c932e3c203a6e45d883b807d9dcc2c921 (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 d9767bb060224fdf932ce68f56565127b752ab09
Author: Tom Clegg <tom at curii.com>
Date:   Fri Mar 15 12:01:22 2024 -0400

    Reorder python install steps to address dependency issue.
    
    refs #19744
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 55615a2985..fa0abbc07c 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -971,11 +971,14 @@ install_services/api() {
 
 declare -a pythonstuff
 pythonstuff=(
+    # The ordering of sdk/python, tools/crunchstat-summary, and
+    # sdk/cwl here is significant. See
+    # https://dev.arvados.org/issues/19744#note-26
     sdk/python:py3
+    tools/crunchstat-summary:py3
     sdk/cwl:py3
     services/dockercleaner:py3
     services/fuse:py3
-    tools/crunchstat-summary:py3
 )
 
 declare -a gostuff
@@ -1055,6 +1058,7 @@ install_deps() {
     do_install cmd/arvados-server go
     do_install sdk/cli
     do_install sdk/python pip "${VENV3DIR}/bin/"
+    do_install tools/crunchstat-summary pip "${VENV3DIR}/bin/"
     do_install sdk/ruby-google-api-client
     do_install sdk/ruby
     do_install services/api

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list