[arvados] updated: 2.6.0-487-ga6c53fb8d
git repository hosting
git at public.arvados.org
Thu Aug 10 18:25:30 UTC 2023
Summary of changes:
lib/install/deps.go | 2 ++
1 file changed, 2 insertions(+)
via a6c53fb8dc1e29f5e386567ad3439e75fb65f2a2 (commit)
from fc55e48b43faeb6909ea161d804d5600df3d5c5c (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 a6c53fb8dc1e29f5e386567ad3439e75fb65f2a2
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Aug 10 14:24:53 2023 -0400
Add packages required to build newer singularity, refs #20735
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 4500d89f8..340c24274 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -157,11 +157,13 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read
"libattr1-dev",
"libfuse-dev",
"libgbm1", // cypress / workbench2 tests
+ "libglib2.0-dev", // conmon, used by singularity
"libgnutls28-dev",
"libpam-dev",
"libpcre3-dev",
"libpq-dev",
"libreadline-dev",
+ "libseccomp-dev", // singularity
"libssl-dev",
"libxml2-dev",
"libxslt1-dev",
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list