X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6fffa62bdb67c691e6958cf6f73c4a5fd32e0746..6a9804cbbc7e73a3ccea577150374322218c3fd7:/lib/install/deps.go diff --git a/lib/install/deps.go b/lib/install/deps.go index af3cc656c1..cdf28e09c6 100644 --- a/lib/install/deps.go +++ b/lib/install/deps.go @@ -34,7 +34,7 @@ const goversion = "1.17.7" const ( rubyversion = "2.7.5" bundlerversion = "2.2.19" - singularityversion = "3.7.4" + singularityversion = "3.9.9" pjsversion = "1.9.8" geckoversion = "0.24.0" gradleversion = "5.3.1" @@ -138,7 +138,6 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read pkgs = append(pkgs, "dpkg-dev", "eatmydata", // install it for later steps, even if we're not using it now - "rsync", ) } @@ -185,6 +184,7 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read "r-cran-markdown", "r-cran-roxygen2", "r-cran-xml", + "rsync", "sudo", "uuid-dev", "wget", @@ -523,12 +523,10 @@ yarn install for _, srcdir := range []string{ "cmd/arvados-client", "cmd/arvados-server", - "services/arv-git-httpd", "services/crunch-dispatch-local", "services/crunch-dispatch-slurm", "services/health", "services/keep-balance", - "services/keep-web", "services/keepstore", "services/ws", } {