[arvados] updated: 2.6.0-638-geec7aaeb9c
git repository hosting
git at public.arvados.org
Wed Sep 20 20:56:58 UTC 2023
Summary of changes:
doc/admin/upgrading.html.textile.liquid | 6 +-----
tools/compute-images/scripts/base.sh | 4 +++-
2 files changed, 4 insertions(+), 6 deletions(-)
via eec7aaeb9c8c2feb708ed68ff38b67be7f29afb5 (commit)
via 7d974e3dc14efa8c05f1a02fa6ee7be37ee2b8a6 (commit)
from bdd30cdf232d735d8fcc16b65d34f3cee5338f35 (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 eec7aaeb9c8c2feb708ed68ff38b67be7f29afb5
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed Sep 20 16:56:15 2023 -0400
Add singularity build deps libglib2.0-dev and libseccomp-dev to packer
refs #20769
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh
index 5890eeea06..38bbac88a2 100644
--- a/tools/compute-images/scripts/base.sh
+++ b/tools/compute-images/scripts/base.sh
@@ -69,7 +69,9 @@ wait_for_apt_locks && $SUDO DEBIAN_FRONTEND=noninteractive apt-get -qq --yes ins
lvm2 \
cryptsetup \
xfsprogs \
- squashfs-tools
+ squashfs-tools \
+ libglib2.0-dev \
+ libseccomp-dev
# Install the Arvados packages we need
wait_for_apt_locks && $SUDO DEBIAN_FRONTEND=noninteractive apt-get -qq --yes install \
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list