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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user