gnu: containerd: Fix tests.

* gnu/packages/docker.scm (containerd) [arguments] <test-subdirs>: Limit
to project's root.

Change-Id: If77d2e7c62233c6664715c921591fc4766899d04
This commit is contained in:
Sharlatan Hellseher 2024-12-23 11:35:25 +00:00
parent 52a3ea8f58
commit 4bbfa60670
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -196,6 +196,9 @@ Python without keeping their credentials in a Docker configuration file.")
"REVISION=0"))) "REVISION=0")))
(list (list
#:import-path "github.com/containerd/containerd" #: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 #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'patch-paths (add-after 'unpack 'patch-paths