gnu: runc: Update comment about status of tests.
* gnu/packages/virtualization.scm (runc)[arguments]: Update comment.master
parent
eb88e2c11c
commit
03e4589124
|
@ -792,7 +792,9 @@ monitor/GPU.")
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/opencontainers/runc"
|
'(#:import-path "github.com/opencontainers/runc"
|
||||||
#:install-source? #f
|
#: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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'unpack
|
(replace 'unpack
|
||||||
|
|
Reference in New Issue