mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: runc: Update comment about status of tests.
* gnu/packages/virtualization.scm (runc)[arguments]: Update comment.
This commit is contained in:
parent
eb88e2c11c
commit
03e4589124
1 changed files with 3 additions and 1 deletions
|
@ -792,7 +792,9 @@ (define-public runc
|
|||
(arguments
|
||||
'(#:import-path "github.com/opencontainers/runc"
|
||||
#:install-source? #f
|
||||
#:tests? #f ; FIXME: 20/139 tests fail.
|
||||
;; XXX: 20/139 tests fail due to missing /var, cgroups and apparmor in
|
||||
;; the build environment.
|
||||
#:tests? #f
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'unpack
|
||||
|
|
Loading…
Reference in a new issue