1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 20:50:34 +02:00

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

View File

@@ -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