mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
52a3ea8f58
commit
4bbfa60670
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue