diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-23 11:35:25 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:18 +0000 |
| commit | 4bbfa60670154bbf2e0c3d0c308612d91de40627 (patch) | |
| tree | 87273439386d21c1f5b20566ead03450427b2355 /gnu/packages/docker.scm | |
| parent | 52a3ea8f583c044faf58d254565c34a6a3e26224 (diff) | |
gnu: containerd: Fix tests.
* gnu/packages/docker.scm (containerd) [arguments] <test-subdirs>: Limit
to project's root.
Change-Id: If77d2e7c62233c6664715c921591fc4766899d04
Diffstat (limited to 'gnu/packages/docker.scm')
| -rw-r--r-- | gnu/packages/docker.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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.") | |||
| 196 | "REVISION=0"))) | 196 | "REVISION=0"))) |
| 197 | (list | 197 | (list |
| 198 | #:import-path "github.com/containerd/containerd" | 198 | #:import-path "github.com/containerd/containerd" |
| 199 | ;; XXX: This package contains full vendor, tests fail when run with | ||
| 200 | ;; "...", limit to the project's root. Try to unvendor. | ||
| 201 | #:test-subdirs #~(list ".") | ||
| 199 | #:phases | 202 | #:phases |
| 200 | #~(modify-phases %standard-phases | 203 | #~(modify-phases %standard-phases |
| 201 | (add-after 'unpack 'patch-paths | 204 | (add-after 'unpack 'patch-paths |
