[arvados] updated: 2.7.0-6626-g6aa1a8fe9c
git repository hosting
git at public.arvados.org
Mon May 27 13:47:35 UTC 2024
Summary of changes:
lib/pam/docker_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6aa1a8fe9c26160210d9dca1ec8d7ac4bcb56ceb (commit)
from 42900afaf6a23009c4f8e7559e0559c198cf8ddf (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 6aa1a8fe9c26160210d9dca1ec8d7ac4bcb56ceb
Author: Tom Clegg <tom at curii.com>
Date: Mon May 27 09:44:49 2024 -0400
Fix test for debian 12.
A debian 11 container cannot run a binary built on a debian 12 host.
But a debian 12 container can run binaries built on either release.
No issue #
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/pam/docker_test.go b/lib/pam/docker_test.go
index 196cb97174..9fafc2f217 100644
--- a/lib/pam/docker_test.go
+++ b/lib/pam/docker_test.go
@@ -114,7 +114,7 @@ func (s *DockerSuite) runTestClient(c *check.C, args ...string) (stdout, stderr
"-v", s.tmpdir + "/pam_arvados.so:/usr/lib/pam_arvados.so:ro",
"-v", s.tmpdir + "/conffile:/usr/share/pam-configs/arvados:ro",
"-v", s.tmpdir + "/testclient:/testclient:ro",
- "debian:bullseye",
+ "debian:bookworm",
"/testclient"}, args...)...)
stdout = &bytes.Buffer{}
stderr = &bytes.Buffer{}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list