me
/
guix
Archived
1
0
Fork 0

gnu: runc: Update comment about status of tests.

* gnu/packages/virtualization.scm (runc)[arguments]: Update comment.
master
宋文武 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
1 changed files with 3 additions and 1 deletions

View File

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