From 4bbfa60670154bbf2e0c3d0c308612d91de40627 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 23 Dec 2024 11:35:25 +0000 Subject: [PATCH] gnu: containerd: Fix tests. * gnu/packages/docker.scm (containerd) [arguments] : Limit to project's root. Change-Id: If77d2e7c62233c6664715c921591fc4766899d04 --- gnu/packages/docker.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm index d35707a8dab..aeed94e8040 100644 --- a/gnu/packages/docker.scm +++ b/gnu/packages/docker.scm @@ -196,6 +196,9 @@ Python without keeping their credentials in a Docker configuration file.") "REVISION=0"))) (list #:import-path "github.com/containerd/containerd" + ;; XXX: This package contains full vendor, tests fail when run with + ;; "...", limit to the project's root. Try to unvendor. + #:test-subdirs #~(list ".") #:phases #~(modify-phases %standard-phases (add-after 'unpack 'patch-paths