gnu: runc: Update comment about status of tests.

* gnu/packages/virtualization.scm (runc)[arguments]: Update comment.
This commit is contained in:
宋文武 2018-04-26 09:37:00 +08:00
parent eb88e2c11c
commit 03e4589124
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

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